public class LocationsRpc extends AbstractRpc
api, context, currentContext, dfn, duz, returnRpcResult, rpcBroker| Constructor and Description |
|---|
LocationsRpc() |
LocationsRpc(RpcBroker rpcBroker) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDivisionForWard(long ien) |
LocationsList |
getSubSetOfClinics(java.lang.String startFrom,
int direction) |
LocationsList |
getSubSetOfInpatientLocations(java.lang.String startFrom,
int direction) |
LocationsList |
getSubSetOfLocations(java.lang.String startFrom,
int direction) |
LocationsList |
getSubSetOfNewLocations(java.lang.String startFrom,
int direction) |
java.util.List<DivWardLocation> |
listAllByDiv() |
LocationsList |
listAllClinics() |
java.util.List<DivWardLocation> |
listAllForDiv(java.lang.String div) |
LocationsList |
listAllWards() |
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 LocationsRpc()
throws BrokerException
BrokerExceptionpublic LocationsRpc(RpcBroker rpcBroker) throws BrokerException
BrokerExceptionpublic LocationsList listAllWards() throws BrokerException
BrokerExceptionpublic java.util.List<DivWardLocation> listAllByDiv() throws BrokerException
BrokerExceptionpublic java.util.List<DivWardLocation> listAllForDiv(java.lang.String div) throws BrokerException
BrokerExceptionpublic java.lang.String getDivisionForWard(long ien)
throws BrokerException
BrokerExceptionpublic LocationsList getSubSetOfLocations(java.lang.String startFrom, int direction) throws BrokerException
BrokerExceptionpublic LocationsList getSubSetOfInpatientLocations(java.lang.String startFrom, int direction) throws BrokerException
BrokerExceptionpublic LocationsList getSubSetOfNewLocations(java.lang.String startFrom, int direction) throws BrokerException
BrokerExceptionpublic LocationsList listAllClinics() throws BrokerException
BrokerExceptionpublic LocationsList getSubSetOfClinics(java.lang.String startFrom, int direction) throws BrokerException
BrokerException