Uses of Class
org.openhealthexchange.openpixpdq.data.PatientIdentifier

Packages that use PatientIdentifier
org.openhealthexchange.openpixpdq.data   
org.openhealthexchange.openpixpdq.ihe   
org.openhealthexchange.openpixpdq.ihe.audit   
org.openhealthexchange.openpixpdq.ihe.impl_v2   
org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7   
org.openhealthexchange.openpixpdq.ihe.pdq   
org.openhealthexchange.openpixpdq.ihe.registry   
 

Uses of PatientIdentifier in org.openhealthexchange.openpixpdq.data
 

Methods in org.openhealthexchange.openpixpdq.data that return PatientIdentifier
 PatientIdentifier Patient.getPatientAccountNumber()
          Gets patientAccountNumber.
 

Methods in org.openhealthexchange.openpixpdq.data that return types with arguments of type PatientIdentifier
 java.util.List<PatientIdentifier> Patient.getPatientIds()
          Gets a list of PatientIdentifier.
 

Methods in org.openhealthexchange.openpixpdq.data with parameters of type PatientIdentifier
 void Patient.addPatientId(PatientIdentifier id)
          Adds a PatientIdentifier to this patient.
 void Patient.removePatientId(PatientIdentifier id)
          Removes a PatientIdentifier from this patient.
 void Patient.setPatientAccountNumber(PatientIdentifier patientAccountNumber)
          Sets patientAccountNumber.
 

Method parameters in org.openhealthexchange.openpixpdq.data with type arguments of type PatientIdentifier
 void Patient.setPatientIds(java.util.List<PatientIdentifier> patientIds)
           
 

Uses of PatientIdentifier in org.openhealthexchange.openpixpdq.ihe
 

Methods in org.openhealthexchange.openpixpdq.ihe that return types with arguments of type PatientIdentifier
 java.util.List<PatientIdentifier> IPixManagerAdapter.createPatient(Patient patient, MessageHeader header)
          Creates a new patient in the eMPI database.
 java.util.List<PatientIdentifier> IPixManagerAdapter.findPatientIds(PatientIdentifier pid, MessageHeader header)
          Finds from the underneath eMPI all patient ids cross all patient domains (assigning authorities) given a patient id in a particular domain.
 java.util.List<java.util.List<PatientIdentifier>> IPixManagerAdapter.mergePatients(Patient patientMain, Patient patientOld, MessageHeader header)
          Merges two patients together because they have been found to be the same patient.
 java.util.List<java.util.List<PatientIdentifier>> IPixManagerAdapter.updatePatient(Patient patient, MessageHeader header)
          Updates the patient's demographics in the eMPI's database.
 

Methods in org.openhealthexchange.openpixpdq.ihe with parameters of type PatientIdentifier
 java.util.List<PatientIdentifier> IPixManagerAdapter.findPatientIds(PatientIdentifier pid, MessageHeader header)
          Finds from the underneath eMPI all patient ids cross all patient domains (assigning authorities) given a patient id in a particular domain.
 boolean IPixManagerAdapter.isValidPatient(PatientIdentifier pid, MessageHeader header)
          Whether the given patient is a valid patient in the eMPI database.
 

Uses of PatientIdentifier in org.openhealthexchange.openpixpdq.ihe.audit
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit with parameters of type PatientIdentifier
 void ParticipantObject.addId(PatientIdentifier pid)
          Adds an patient id to this PO.
 

Method parameters in org.openhealthexchange.openpixpdq.ihe.audit with type arguments of type PatientIdentifier
 void ParticipantObject.setId(java.util.List<PatientIdentifier> pids)
          Sets the ids for this PO.
 

Constructors in org.openhealthexchange.openpixpdq.ihe.audit with parameters of type PatientIdentifier
ParticipantObject(java.lang.String Name, PatientIdentifier pId)
           
 

Uses of PatientIdentifier in org.openhealthexchange.openpixpdq.ihe.impl_v2
 

Constructor parameters in org.openhealthexchange.openpixpdq.ihe.impl_v2 with type arguments of type PatientIdentifier
PixUpdateNotificationRequest(PixManager actor, java.util.List<PatientIdentifier> pids)
          Constructor
 

Uses of PatientIdentifier in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7
 

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7 that return PatientIdentifier
static PatientIdentifier HL7v25.extractId(ca.uhn.hl7v2.model.GenericComposite composite, com.misyshealthcare.connect.net.IConnectionDescription connection)
          Extracts ID with assigning authority from a GenericComposite.
 PatientIdentifier HL7v25ToBaseConvertor.getMonthersId()
          Gets the monther's id from the PID segment
 PatientIdentifier HL7v231ToBaseConvertor.getMonthersId()
          Gets the monther's id from the PID segment
 PatientIdentifier HL7v25ToBaseConvertor.getMrgpatientAccountNumber()
          Gets the merge patient account number from the MRG segment
 PatientIdentifier HL7v231ToBaseConvertor.getMrgpatientAccountNumber()
          Gets the merge patient account number from the MRG segment
 PatientIdentifier HL7v25ToBaseConvertor.getpatientAccountNumber()
          Gets the patient account number from the PID segment.
 PatientIdentifier HL7v231ToBaseConvertor.getpatientAccountNumber()
          Gets the patient account number from the PID segment.
 

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7 that return types with arguments of type PatientIdentifier
 java.util.List<PatientIdentifier> HL7v25ToBaseConvertor.getMrgPatientIds()
          Gets a list of patient identifiers from the MRG segment
 java.util.List<PatientIdentifier> HL7v231ToBaseConvertor.getMrgPatientIds()
          Gets a list of patient identifiers from the MRG segment
 java.util.List<PatientIdentifier> HL7v25ToBaseConvertor.getPatientIds()
          Gets a list of patient identifiers from the PID segment.
 java.util.List<PatientIdentifier> HL7v231ToBaseConvertor.getPatientIds()
          Gets a list of patient identifiers from the PID segment.
 

Uses of PatientIdentifier in org.openhealthexchange.openpixpdq.ihe.pdq
 

Methods in org.openhealthexchange.openpixpdq.ihe.pdq that return PatientIdentifier
 PatientIdentifier PdqQuery.getPatientAccountNumber()
          Gets the patient account number.
 PatientIdentifier PdqQuery.getPatientIdentifier()
          Gets the patient identifier.
 

Methods in org.openhealthexchange.openpixpdq.ihe.pdq with parameters of type PatientIdentifier
 void PdqQuery.setPatientAccountNumber(PatientIdentifier patientAccountNumber)
          Sets the patient account number.
 void PdqQuery.setPatientIdentifier(PatientIdentifier patientIdentifier)
          Sets the patient identifier.
 

Uses of PatientIdentifier in org.openhealthexchange.openpixpdq.ihe.registry
 

Method parameters in org.openhealthexchange.openpixpdq.ihe.registry with type arguments of type PatientIdentifier
static java.lang.String HL7.toCX(java.util.List<PatientIdentifier> pids)
          Generates a CX list from a list of PatientIdentifier.