GENERAL DESCRIPTION |
The VPFS package consumes the VistALink Service. The
objects and methods used by VPFS, are detailed below:
Package gov.va.med.exception:
-----------------------------
FoundationsException:
(catch only)
Package gov.va.med.vistalink.adapter.cci:
-----------------------------------------
VistaLinkConnection:
setTimeout(int)
executeRPC(RpcRequest)
close()
VistaLinkConnectionFactory:
getConnection(VistaLinkDuzConnectionSpec)
VistaLinkDuzConnectionSpec:
VistaLinkDuzConnectionSpec(String, String)
Package gov.va.med.vistalink.institution:
-----------------------------------------
InstitutionMapNotInitializedException:
(catch only)
InstitutionMappingDelegate:
getJndiConnectorNameForInstitution(String)
InstitutionMappingNotFoundException:
(catch only)
Package gov.va.med.vistalink.rpc:
---------------------------------
RpcFaultException:
(catch only)
RpcResponse:
getResults()
RpcRequest:
setUseProprietaryMessageFormat(boolean)
setRpcContext(String)
setRpcClientTimeOut(int)
setRpcName(String)
getParams()
RpcRequestFactory:
getRpcRequest()
RpcRequestParams:
setParam(int, String, Object)
|