RPC HELP RPCs Creating

From VistApedia
Revision as of 12:07, 6 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home <h2>Creating RPCs</h2> You can create your own custom RPCs to perform actions on the VistA M Server and to retrieve data from the Vis...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

Creating RPCs

You can create your own custom RPCs to perform actions on the VistA M Server and to retrieve data from the VistA M Server. Then you can call these RPCs from your client application. Creating an RPC requires you to perform the following two steps:

  • Write and test the M entry point that will be called by the RPC.
  • Add the RPC entry that invokes the M entry point, in the REMOTE PROCEDURE file (#8994).