RPC HELP RPCs Creating

From VistApedia
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).