org.openhealthexchange.openpixpdq.ihe.pdq
Class PdqResult

java.lang.Object
  extended by org.openhealthexchange.openpixpdq.ihe.pdq.PdqResult

public class PdqResult
extends java.lang.Object

This class holds the Patient Demographics Query Result.

Version:
1.0, Dec 15, 2008
Author:
Wenzhi Li
See Also:
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

PdqResult

public PdqResult(java.util.List<java.util.List<Patient>> patients)
Constructor.

Parameters:
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

getPatients

public java.util.List<java.util.List<Patient>> getPatients()
Gets the list of patients of this search result.

Returns:
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.

setPatients

public void setPatients(java.util.List<java.util.List<Patient>> patients)
Sets a list of patients for the search result.

Parameters:
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.

getContinuationPointer

public java.lang.String getContinuationPointer()
Gets the continuation pointer for this PDQ search.

Returns:
the continuationPointer

setContinuationPointer

public void setContinuationPointer(java.lang.String continuationPointer)
Sets the continuation pointer for this PDQ search.

Parameters:
continuationPointer - the continuation pointer to set