Difference between revisions of "RPC HELP RPCs"

From VistApedia
Jump to: navigation, search
(Created page with " RPC Broker Help Home <h2>RPC Overview</h2> A Remote Procedure Call (RPC) is a defined call to M code that runs on a VistA M Server. A client application, ...")
 
 
Line 8: Line 8:
 
 
 
An RPC can take optional parameters to do some task and then return either a single value or an array to the client application. RPCs are stored in the REMOTE PROCEDURE file (#8994).
 
An RPC can take optional parameters to do some task and then return either a single value or an array to the client application. RPCs are stored in the REMOTE PROCEDURE file (#8994).
 +
 +
<h3>[[RPC_HELP_Remote_Procedure_Calls_List|More about Remote Procedure Calls]]</h3>

Latest revision as of 02:52, 6 July 2015

RPC Broker Help Home

RPC Overview

A Remote Procedure Call (RPC) is a defined call to M code that runs on a VistA M Server. A client application, through the RPC Broker, can make a call to the VistA M Server and execute an RPC on the server. This is the mechanism through which a client application can:

  • Send data to a VistA M Server.
  • Execute code on a VistA M Server.
  • Retrieve data from a VistA M Server.


An RPC can take optional parameters to do some task and then return either a single value or an array to the client application. RPCs are stored in the REMOTE PROCEDURE file (#8994).

More about Remote Procedure Calls