|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPdSupplierAdapter
The PdqSupplierAdapter is the source that provides patient data for a PdSupplier.
Method Summary | |
---|---|
void |
cancelQuery(java.lang.String queryTag,
java.lang.String messageQueryName)
Cancels the existing PDQ Query whose reference id is given by pointer. |
PdqResult |
findPatients(PdqQuery query,
MessageHeader header)
Finds a list of matched patients based on PDQ query parameters. |
Method Detail |
---|
PdqResult findPatients(PdqQuery query, MessageHeader header) throws PdSupplierException
query
- the PdqQuery
header
- the MessageHeader
PdqResult
which contains a list of list
of Patient
Throws:
PdSupplierException
- when there is trouble finding the patientsPdqResult
void cancelQuery(java.lang.String queryTag, java.lang.String messageQueryName) throws PdSupplierException
String
- the tag of query to be canceled.messageQueryName
- the messageQueryName
PdSupplierException
- when there is trouble canceling the query.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |