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, ...")
(No difference)

Revision as of 02:51, 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).