예제 #1
0
 public WPHMSHView(Hl7Client client, Hl7MessageType messageType, string locationCode)
 {
     this.m_Client       = client;
     this.m_MessageType  = messageType;
     this.m_LocationCode = locationCode;
 }
예제 #2
0
 public WYDOHMSHView(Hl7Client client, Hl7MessageType messageType)
 {
     this.m_Client = client;
     this.m_MessageType = messageType;
 }
예제 #3
0
 public WPHMSHView(Hl7Client client, Hl7MessageType messageType, string locationCode)
 {
     this.m_Client = client;
     this.m_MessageType = messageType;
     this.m_LocationCode = locationCode;
 }
예제 #4
0
 public WYDOHMSHView(Hl7Client client, Hl7MessageType messageType)
 {
     this.m_Client      = client;
     this.m_MessageType = messageType;
 }