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

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

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

Methods in org.eclipse.ohf.ihe.pix.source that return PixMsgUpdatePatient
 PixMsgUpdatePatient PixSource.updatePatient(java.lang.String patientId, java.lang.String patientClass)
          ADT_A08 Update Patient - create message
 PixMsgUpdatePatient PixSource.updatePatient(java.lang.String patientId, java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType, java.lang.String patientClass)
          ADT_A08 Update Patient - create message
 

Methods in org.eclipse.ohf.ihe.pix.source with parameters of type PixMsgUpdatePatient
 PixSourceResponse PixSource.sendUpdate(PixMsgUpdatePatient msg, boolean verify, java.lang.String auditUser)
          ADT_A08 Update Patient - send message
 

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

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