Difference between revisions of "RPC HELP RPCs Creating"
From VistApedia
(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...") |
(No difference)
|
Latest revision as of 12:07, 6 July 2015
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).