org.eclipse.ohf.bridge.type
Class SearchPatientResponseType

java.lang.Object
  extended by org.eclipse.ohf.bridge.type.ResponseType
      extended by org.eclipse.ohf.bridge.type.SearchPatientResponseType
All Implemented Interfaces:
java.io.Serializable

public class SearchPatientResponseType
extends ResponseType

Contains patient information, including patient IDs and demographic data (PDQ query only) for all patients matched in a PIX or PDQ query.

See Also:
Serialized Form

Constructor Summary
SearchPatientResponseType()
           
 
Method Summary
 PatientInfoType[] getPatients()
           
 void setPatients(PatientInfoType[] pPatients)
           
 java.lang.String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class org.eclipse.ohf.bridge.type.ResponseType
getFailMessage, getLog, getSessionID, getSuccessMessage, isSuccess, setFailMessage, setLog, setSessionID, setSuccess, setSuccessMessage, successSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchPatientResponseType

public SearchPatientResponseType()
Method Detail

getPatients

public PatientInfoType[] getPatients()

setPatients

public void setPatients(PatientInfoType[] pPatients)

toString

public java.lang.String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class ResponseType
Returns:
a String representation of this object.