public class CServices_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
CServices_QueryModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(IDataSet objIDataSet)
Initializes the CServices_QueryModel structure according to the passed DataSet.
|
boolean |
encode(ITransferSyntax objITransferSyntax,
ISingleCollection<IDataSet> objDataSetList)
Populates the collection of DataSet in given TransferSyntax according to the CServices_QueryModel Structure.
|
ISingleCollection<Patient> |
getPatientList() |
Patient |
isPIDPresent(java.lang.String strPID)
Verifies whether PatientID is already present or not and Retrieves that instance of Patient.
|
void |
setPatientList(ISingleCollection<Patient> objPatientList) |
public ISingleCollection<Patient> getPatientList()
public void setPatientList(ISingleCollection<Patient> objPatientList)
objPatientList - the objPatientList to set.public Patient isPIDPresent(java.lang.String strPID)
strPID - value of PatientID.public boolean decode(IDataSet objIDataSet)
decode in interface IQueryModelobjIDataSet - instance of IDataSet.public boolean encode(ITransferSyntax objITransferSyntax, ISingleCollection<IDataSet> objDataSetList)
encode in interface IQueryModelobjITransferSyntax - instance of TransferSyntax to be applied on DataSet.objDataSetList - collection of DataSet.