|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openhealthexchange.openpixpdq.ihe.pdq.PdqResult
public class PdqResult
This class holds the Patient Demographics Query Result.
PdqQuery
,
IPdSupplier
Constructor Summary | |
---|---|
PdqResult(java.util.List<java.util.List<Patient>> patients)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getContinuationPointer()
Gets the continuation pointer for this PDQ search. |
java.util.List<java.util.List<Patient>> |
getPatients()
Gets the list of patients of this search result. |
void |
setContinuationPointer(java.lang.String continuationPointer)
Sets the continuation pointer for this PDQ search. |
void |
setPatients(java.util.List<java.util.List<Patient>> patients)
Sets a list of patients for the search result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdqResult(java.util.List<java.util.List<Patient>> patients)
patients
- A list of list of Patient
.
The first list is a list of different logic patients,
while the second list is a list of the same patient in
different domain systems.Method Detail |
---|
public java.util.List<java.util.List<Patient>> getPatients()
Patient
.
The first list is a list of different logic patients,
while the second list is a list of the same patient in
different domain systems.public void setPatients(java.util.List<java.util.List<Patient>> patients)
patients
- a list of list of Patient
to set.
The first list is a list of different logic patients,
while the second list is a list of the same patient in
different domain systems.public java.lang.String getContinuationPointer()
public void setContinuationPointer(java.lang.String continuationPointer)
continuationPointer
- the continuation pointer to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |