/**
  * Construct
  *
  * @return \CHL7v2EventORM
  */
 function __construct()
 {
     parent::__construct();
     $this->profil = "SWF";
     $this->msg_codes = array(array($this->event_type, $this->code, "{$this->event_type}_{$this->code}"));
     $this->transaction = CIHE::getSWFTransaction($this->code);
 }