|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openhealthexchange.openpixpdq.ihe.pdq.ContinuationPointer
public class ContinuationPointer
This class is a container to store the PDQ continuation information that pointer pointers to.
Constructor Summary | |
---|---|
ContinuationPointer()
|
Method Summary | |
---|---|
long |
getLastRequestTime()
Gets the last continuation request time. |
java.util.List<java.util.List<Patient>> |
getPatients()
Gets the patients stored in this Continuation Pointer. |
java.lang.String |
getPointer()
Gets the continuation pointer |
java.lang.String |
getQueryTag()
Gets the query tag that this ContinuationPointer is associated with. |
java.util.List<com.misyshealthcare.connect.net.Identifier> |
getReturnDomain()
Gets the return domains of the PDQ request. |
int |
getTotalRecords()
Gets the total number of matching records for the PDQ request. |
void |
setLastRequestTime(long time)
Sets the last continuation request time. |
void |
setPatients(java.util.List<java.util.List<Patient>> patients)
Sets the patients for this Continuation Pointer. |
void |
setPointer(java.lang.String pointer)
Sets the continuation pointer. |
void |
setQueryTag(java.lang.String queryTag)
Sets the query tag. |
void |
setReturnDomain(java.util.List<com.misyshealthcare.connect.net.Identifier> domains)
Sets the return domain of the PDQ request. |
void |
setTotalRecords(int totalRecords)
Sets the total number of matching records for the PDQ request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContinuationPointer()
Method Detail |
---|
public java.lang.String getPointer()
public void setPointer(java.lang.String pointer)
pointer
- the pointer to setpublic java.lang.String getQueryTag()
public void setQueryTag(java.lang.String queryTag)
queryTag
- the queryTag to setpublic java.util.List<java.util.List<Patient>> getPatients()
Patient
s. The first list
is for different logic patients, while the second list is for
the same logic patient in different domains.public void setPatients(java.util.List<java.util.List<Patient>> patients)
patients
- a list of list of Patient
s. The first list
is for different logic patients, while the second list is for
the same logic patient in different domains.public java.util.List<com.misyshealthcare.connect.net.Identifier> getReturnDomain()
public void setReturnDomain(java.util.List<com.misyshealthcare.connect.net.Identifier> domains)
domains
- a list of domains to setpublic long getLastRequestTime()
public void setLastRequestTime(long time)
time
- the time to setpublic int getTotalRecords()
public void setTotalRecords(int totalRecords)
totalRecords
- the total number of records to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |