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, setRpcBroker
public LocationsRpc() throws BrokerException
BrokerException
public LocationsRpc(RpcBroker rpcBroker) throws BrokerException
BrokerException
public LocationsList listAllWards() throws BrokerException
BrokerException
public java.util.List<DivWardLocation> listAllByDiv() throws BrokerException
BrokerException
public java.util.List<DivWardLocation> listAllForDiv(java.lang.String div) throws BrokerException
BrokerException
public java.lang.String getDivisionForWard(long ien) throws BrokerException
BrokerException
public LocationsList getSubSetOfLocations(java.lang.String startFrom, int direction) throws BrokerException
BrokerException
public LocationsList getSubSetOfInpatientLocations(java.lang.String startFrom, int direction) throws BrokerException
BrokerException
public LocationsList getSubSetOfNewLocations(java.lang.String startFrom, int direction) throws BrokerException
BrokerException
public LocationsList listAllClinics() throws BrokerException
BrokerException
public LocationsList getSubSetOfClinics(java.lang.String startFrom, int direction) throws BrokerException
BrokerException