Print Page as PDF
gov.va.med.vistalink.rpc.RpcRequestParams ICR (5240)

gov.va.med.vistalink.rpc.RpcRequestParams    ICR (5240)

Name Value
NUMBER 5240
IA # 5240
DATE CREATED 2008/07/03
CUSTODIAL PACKAGE VISTALINK
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME gov.va.med.vistalink.rpc.RpcRequestParams
GENERAL DESCRIPTION
public class RpcRequestParams extends java.lang.Object:
Represents the collection of parameters associated with an RPC.
STATUS Active
KEYWORDS vistalink
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
clear
public void clear(): Clears the parameters.
getParam
public java.lang.Object getParam(int position): Gets
the value for a parameter associated with a specified position in the
parameters collection. Normally, this method is not used by the client.
VARIABLES TYPE VARIABLES DESCRIPTION
position Input
int position: parameter position the M RPC expects
this parameter.
return Output
returns java.lang.Object: Object String or Map. A
return value of null indicates that there is no parameter for the position.
setParam
public void setParam(int position, java.lang.String
type, java.lang.Object value): Sets a parameter needed by for a M RPC call.
VARIABLES TYPE VARIABLES DESCRIPTION
position Input
int position: parameter position the M RPC expects
this parameter.
type Input
java.lang.String type: type of parameter
corresponding to valid M RPC types
value Input
java.lang.Object value: value of the parameter.
Possible values are the following:

string (corresponds to 'Literal' in VA RPC Broker) array (corresponds to
'List' in VA RPC Broker) ref (corresponds to 'Reference' in VA RPC Broker)
DATE ACTIVATED 2008/07/11