VistA Analysis » VistA Reference » RPCs » XWB ARE RPCS AVAILABLE

XWB ARE RPCS AVAILABLE

If RPC in the passed array is installed, available in relevant context,and of proper version returns 1 for that RPC. Otherwise, returns 0.

Properties

Property Value
Label CKRPCS
MUMPS Implementation XWBLIB
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
RPC LIST 40 true This 0-based array contains list of RPCs to be checked along with(optionally) a minimum acceptable version of the RPC. The format is: RPCName^RPCVersionNumber Th RPCVersionNumber is only used if the RUN CONTEXT parameter = "R". If anumeric value is in the second ^-piece and the RUN CONTEXT ="R", the valuemust be less than or equal to the value in the VERSION field of the RemoteProcedure file for the RPC to be marked available. Note: if the VERSIONfield is null, the check will fail for any numeric value.
RUN CONTEXT LITERAL 1 true Specific context in which RPCs will run. Possible values are: L = run Locally (on the server the user is logged on to) R = run Remotely (on a server the user is not logged on to)If this parameter is not sent, RPC is checked for both local andremote. The check is done against the value in the INACTIVE field in the Remote Procedure file. See that field's description for more details.


Document generated on August 31st 2022, 2:55:43 pm