|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.ohf.bridge.type.ResponseType
org.eclipse.ohf.bridge.type.SearchPatientResponseType
public class SearchPatientResponseType
Contains patient information, including patient IDs and demographic data (PDQ query only) for all patients matched in a PIX or PDQ query.
| 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 |
|---|
public SearchPatientResponseType()
| Method Detail |
|---|
public PatientInfoType[] getPatients()
public void setPatients(PatientInfoType[] pPatients)
public java.lang.String toString()
String with all attributes in name = value
format.
toString in class ResponseTypeString representation of this object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||