Uses of Class
org.eclipse.ohf.ihe.pix.source.PixMsgAdmitInpatient

Packages that use PixMsgAdmitInpatient
org.eclipse.ohf.ihe.pix.source   
org.eclipse.ohf.ihe.pix.source.test   
 

Uses of PixMsgAdmitInpatient in org.eclipse.ohf.ihe.pix.source
 

Methods in org.eclipse.ohf.ihe.pix.source that return PixMsgAdmitInpatient
 PixMsgAdmitInpatient PixSource.admitInpatient(java.lang.String patientId)
          ADT_A01 Admit Inpatient - create message
 PixMsgAdmitInpatient PixSource.admitInpatient(java.lang.String patientId, java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          ADT_A01 Admit Inpatient - create message
 

Methods in org.eclipse.ohf.ihe.pix.source with parameters of type PixMsgAdmitInpatient
 PixSourceResponse PixSource.sendAdmission(PixMsgAdmitInpatient msg, boolean verify, java.lang.String auditUser)
          ADT_A01 Admit Inpatient - send message
 

Uses of PixMsgAdmitInpatient in org.eclipse.ohf.ihe.pix.source.test
 

Methods in org.eclipse.ohf.ihe.pix.source.test that return PixMsgAdmitInpatient
static PixMsgAdmitInpatient ClientPixFeed.createMessageA01(PixSource pixFeed)