BMXNET 4.0 Developer API
Calls a remote procedure on the RPMS server and returns the result as a String.
Namespace:
IndianHealthService.BMXNetAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- rpcCommand
- String
The remote procedure call name
- rpcParameter
- String
A carrot ^ delimited string of input parameters
Return Value
The result of the RPC callRemarks
Presumes that the AppContext was set prior to the call.
Examples
Copy Code | |
---|---|
... this.RemoteSession.AppContext="VEN RPC"; ... String asqThreadholds= this.RemoteSession.TransmitRPC("VEN ASQ GET DATA", this.Context.Patient.Ien); |