public class PatientSelectionRpc extends AbstractRpc
api, context, currentContext, dfn, duz, returnRpcResult, rpcBroker| Constructor and Description |
|---|
PatientSelectionRpc() |
PatientSelectionRpc(RpcBroker rpcBroker) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
defaultDateRangeClinic() |
java.lang.String |
getDfltPtList() |
char |
getDfltPtListSrc() |
java.lang.String |
getDfltSort() |
SimilarRecordsStatus |
getSimilarRecordsFound(java.lang.String dfn) |
PatientList |
getSubSetOfPatients(java.lang.String startFrom,
int direction) |
void |
killRPLPtList(java.lang.String rplJobNumber) |
PatientList |
listAllPatients() |
java.lang.String[] |
listDateRangeClinic() |
PatientList |
listPtByClinic(java.lang.String ien,
java.util.Date firstDate,
java.util.Date lastDate) |
PatientList |
listPtByDflt() |
PatientList |
listPtByFullSSN(java.lang.String ssn) |
PatientList |
listPtByLast5(java.lang.String last5) |
PatientList |
listPtByProvider(java.lang.String ien) |
PatientList |
listPtByRPLFullSSN(java.lang.String ssn) |
PatientList |
listPtByRPLLast5(java.lang.String last5) |
PatientList |
listPtBySpecialty(java.lang.String ien) |
PatientList |
listPtByTeam(java.lang.String ien) |
PatientList |
listPtByWard(java.lang.String ien) |
PatientListItem |
listPtTop() |
java.lang.String |
makeRPLPtList(java.lang.String rplList) |
PatientList |
readRPLPtList(java.lang.String rplJobNumber,
java.lang.String startFrom,
int direction) |
void |
savePtListDflt(java.lang.String x) |
call, clearParameters, connect, connect, disconnect, getApi, getContext, getCreateBrokerException, getCreateContextException, getCurrentContext, getDfn, getDuz, getLogChannel, getReturnRpcResult, getRpcBroker, lCall, lCall, lCall, lCall, log, logDebug, logError, logInfo, logWarning, revertContext, sCall, sCall, sCall, sCall, setApi, setContext, setCurrentContext, setDfn, setDuz, setLogChannel, setReturnRpcResult, setRpcBrokerpublic PatientSelectionRpc()
throws BrokerException
BrokerExceptionpublic PatientSelectionRpc(RpcBroker rpcBroker) throws BrokerException
BrokerExceptionpublic PatientList listAllPatients() throws BrokerException
BrokerExceptionpublic PatientList getSubSetOfPatients(java.lang.String startFrom, int direction) throws BrokerException
BrokerExceptionpublic PatientList listPtByProvider(java.lang.String ien) throws BrokerException
BrokerExceptionpublic PatientList listPtBySpecialty(java.lang.String ien) throws BrokerException
BrokerExceptionpublic PatientList listPtByTeam(java.lang.String ien) throws BrokerException
BrokerExceptionpublic PatientList listPtByClinic(java.lang.String ien, java.util.Date firstDate, java.util.Date lastDate) throws BrokerException
BrokerExceptionpublic PatientList listPtByWard(java.lang.String ien) throws BrokerException
BrokerExceptionpublic PatientList listPtByLast5(java.lang.String last5) throws BrokerException
BrokerExceptionpublic PatientList listPtByRPLLast5(java.lang.String last5) throws BrokerException
BrokerExceptionpublic PatientList listPtByFullSSN(java.lang.String ssn) throws BrokerException
BrokerExceptionpublic PatientList listPtByRPLFullSSN(java.lang.String ssn) throws BrokerException
BrokerExceptionpublic PatientList readRPLPtList(java.lang.String rplJobNumber, java.lang.String startFrom, int direction) throws BrokerException
BrokerExceptionpublic PatientList listPtByDflt() throws BrokerException
BrokerExceptionpublic PatientListItem listPtTop() throws BrokerException
BrokerExceptionpublic java.lang.String getDfltPtList()
throws BrokerException
BrokerExceptionpublic char getDfltPtListSrc()
throws BrokerException
BrokerExceptionpublic void savePtListDflt(java.lang.String x)
throws BrokerException
BrokerExceptionpublic java.lang.String getDfltSort()
throws BrokerException
BrokerExceptionpublic java.lang.String makeRPLPtList(java.lang.String rplList)
throws BrokerException
BrokerExceptionpublic void killRPLPtList(java.lang.String rplJobNumber)
throws BrokerException
BrokerExceptionpublic SimilarRecordsStatus getSimilarRecordsFound(java.lang.String dfn) throws BrokerException
BrokerExceptionpublic java.lang.String[] listDateRangeClinic()
throws BrokerException
BrokerExceptionpublic java.lang.String defaultDateRangeClinic()
throws BrokerException
BrokerException