|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Patient | |
---|---|
org.openhealthexchange.openpixpdq.ihe | |
org.openhealthexchange.openpixpdq.ihe.audit | |
org.openhealthexchange.openpixpdq.ihe.pdq |
Uses of Patient in org.openhealthexchange.openpixpdq.ihe |
---|
Methods in org.openhealthexchange.openpixpdq.ihe with parameters of type Patient | |
---|---|
java.util.List<PatientIdentifier> |
IPixManagerAdapter.createPatient(Patient patient,
MessageHeader header)
Creates a new patient in the eMPI database. |
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. |
Uses of Patient in org.openhealthexchange.openpixpdq.ihe.audit |
---|
Constructors in org.openhealthexchange.openpixpdq.ihe.audit with parameters of type Patient | |
---|---|
ParticipantObject(Patient patient)
Constructor for building patient participant objects. |
Uses of Patient in org.openhealthexchange.openpixpdq.ihe.pdq |
---|
Methods in org.openhealthexchange.openpixpdq.ihe.pdq that return types with arguments of type Patient | |
---|---|
java.util.List<java.util.List<Patient>> |
PdqResult.getPatients()
Gets the list of patients of this search result. |
java.util.List<java.util.List<Patient>> |
ContinuationPointer.getPatients()
Gets the patients stored in this Continuation Pointer. |
Method parameters in org.openhealthexchange.openpixpdq.ihe.pdq with type arguments of type Patient | |
---|---|
void |
PdqResult.setPatients(java.util.List<java.util.List<Patient>> patients)
Sets a list of patients for the search result. |
void |
ContinuationPointer.setPatients(java.util.List<java.util.List<Patient>> patients)
Sets the patients for this Continuation Pointer. |
Constructor parameters in org.openhealthexchange.openpixpdq.ihe.pdq with type arguments of type Patient | |
---|---|
PdqResult(java.util.List<java.util.List<Patient>> patients)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |