コード例 #1
0
 public WPHMSHView(Hl7Client client, Hl7MessageType messageType, string locationCode)
 {
     this.m_Client       = client;
     this.m_MessageType  = messageType;
     this.m_LocationCode = locationCode;
 }
コード例 #2
0
ファイル: WYDOHMSHView.cs プロジェクト: ericramses/YPILIS
 public WYDOHMSHView(Hl7Client client, Hl7MessageType messageType)
 {
     this.m_Client = client;
     this.m_MessageType = messageType;
 }
コード例 #3
0
ファイル: WPHMSHView.cs プロジェクト: ericramses/YPILIS
 public WPHMSHView(Hl7Client client, Hl7MessageType messageType, string locationCode)
 {
     this.m_Client = client;
     this.m_MessageType = messageType;
     this.m_LocationCode = locationCode;
 }
コード例 #4
0
ファイル: WYDOHMSHView.cs プロジェクト: ericramses/YPILIS
 public WYDOHMSHView(Hl7Client client, Hl7MessageType messageType)
 {
     this.m_Client      = client;
     this.m_MessageType = messageType;
 }