コード例 #1
0
ファイル: CSyslogITI.class.php プロジェクト: fbone/mediboard4
 /**
  * @see parent::__construct
  */
 function __construct()
 {
     $this->type = "iti";
     $this->domain = "Syslog";
     parent::__construct();
 }
コード例 #2
0
 /**
  * @see parent::__construct
  */
 function __construct()
 {
     $this->name = "CHL7";
     parent::__construct();
 }
コード例 #3
0
 /**
  * @see parent::__construct
  */
 function __construct()
 {
     $this->name = "CHL7v3Messaging";
     parent::__construct();
 }
コード例 #4
0
 /**
  * The constructor
  *
  * @return self
  */
 function __construct()
 {
     $this->name = "CDicomMessage";
     parent::__construct();
 }