Difference between revisions of "Broker help/TOC"
From VistApedia
DavidWhitten (talk | contribs) |
DavidWhitten (talk | contribs) |
||
Line 22: | Line 22: | ||
===[[Broker_help\TParams_Class| TParams Class]] === | ===[[Broker_help\TParams_Class| TParams Class]] === | ||
===[[Broker_help\TVistaLogin_Class| TVistaLogin Class]] === | ===[[Broker_help\TVistaLogin_Class| TVistaLogin Class]] === | ||
− | ===[[Broker_help\ | + | ===[[Broker_help\TVistaUser_Class| TVistaUser Class]] === |
− | ===[[Broker_help\ | + | ===[[Broker_help\EBrokerError|EBrokerError Exception]] === |
− | ===[[Broker_help\Units |Units]] === | + | ===[[Broker_help\Units|Units]] === |
− | ====[[Broker_help\ | + | ====[[Broker_help\Hash_unit|Hash Unit]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\LoginFrm_Unit|LoginFrm Unit]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\MFunStr_unit|MFunStr Unit]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\RPCConf1_unit|RPCConf1 Unit]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\RpcSLogin_Unit|RpcSLogin Unit]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\SplVista_unit|SplVista Unit]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\TRPCB_unit|TRPCB Unit]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\TVCEdit_Unit|TVCEdit Unit]] ==== |
− | == | + | == Remote Procedure Calls (RPCs) == |
− | ===[[Broker_help\ | + | ===[[Broker_help\rpc_overview|Overview]] === |
− | ===[[Broker_help\ | + | ===[[Broker_help\rpc_good|What Makes a Good RPC?]] === |
− | ===[[Broker_help\ | + | ===[[Broker_help\rpc_create|Creating RPCs]] === |
− | ===[[Broker_help\ | + | ===[[Broker_help\Using_an_Existing_M_API|Using an Existing M API]] === |
− | === | + | ===M Entry Point for an RPC === |
− | ====[[Broker_help\ | + | ====[[Broker_help\=rpc_routine_relationship|Relationship Between an M Entry Point and an RPC]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\rpc_first_input_param|First Input Parameter]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\rpc_return_value_types|Return Value Types]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\rpc_input_parameter_types|Input Parameters]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\rpc_entry_point_examples|Examples]] ==== |
− | === | + | === RPC Entry in the Remote Procedure File === |
− | ====[[Broker_help\ | + | ====[[Broker_help\rpc_file_entry|RPC Entry in the Remote Procedure File]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\RPC_Version_in_Remote_Procedure_File|RPC Version in the Remote Procedure File]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\Blocking_an_RPC|Blocking an RPC in the Remote Procedure File]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\rpc_cleanup|Cleanup after RPC Execution]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\rpc_document|Documenting RPCs]] ==== |
− | === | + | === Executing RPCs from Clients ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\rpc_execute_from_client|How to Execute an RPC from a Client]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\rpc_register|RPC Security: How to Register an RPC]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\RPC_limits|RPC Limits]] ==== |
− | ====[[Broker_help\ | + | ====[[Broker_help\BrokerExample|BrokerExample Online Code Example]] ==== |
== Other RPC Broker APIs == | == Other RPC Broker APIs == | ||
===[[Broker_help\otherapi_Overview|Overview]] === | ===[[Broker_help\otherapi_Overview|Overview]] === |
Revision as of 22:31, 20 December 2010
This is a conversion of the Broker.hlp file to mediawiki format using the helpdeco converter program converted to vistapedia.net by Ignacio Valdes of Astronaut, LLC The original formatting such as Table of Contents linking and screen shots is not present.
- Base broker.hlp>main
- Title RPC Broker Developer's Guide
Contents
- 1 RPC Broker V. 1.1 Developer's Guide
- 1.1 Overview
- 1.2 RPC Broker Components and Classes
- 1.3 Remote Procedure Calls (RPCs)
- 1.4 Other RPC Broker APIs
- 1.4.1 Overview
- 1.4.2 Encryption Functions
- 1.4.3 GetServerInfo Function
- 1.4.4 M Emulation Functions
- 1.4.5 VistA Splash Screen Procedures =
- 1.4.6 $$BROKER^XWBLIB
- 1.4.7 $$RTRNFMT^XWBLIB
- 1.4.8 XWB ARE RPCS AVAILABLE
- 1.4.9 XWB IS RPC AVAILABLE
- 1.4.10 XWB GET VARIABLE VALUE RPC
- 1.4.11 Running RPCs on a Remote Server
- 1.4.12 Deferred RPCs
- 1.5 Debugging and Troubleshooting
- 1.6 Developer Utilities
- 1.7 Tutorial
- 1.7.1 Introduction
- 1.7.2 Advanced Preparation
- 1.7.3 Step 1: Create Application with an RPC Broker Component
- 1.7.4 Step 2: Get Server/Port
- 1.7.5 Step 3: Establish Broker Connection =
- 1.7.6 Step 4: RPC Routine to List Terminal Types
- 1.7.7 Step 5: RPC to List Terminal Types
- 1.7.8 Step 6: Call the ZxxxTT LIST RPC
- 1.7.9 Step 7: Associate IENs
- 1.7.10 Step 8: Routine to Retrieve Terminal Types
- 1.7.11 Step 9: RPC to Retrieve Terminal Types
- 1.7.12 Step 10: Call Zxxx RETRIEVE RPC
- 1.7.13 Step 11: Register RPCs
- 1.7.14 See Also: FileMan Delphi Components (FMDC)
- 1.7.15 Tutorial Source Code
- 1.8 DLL Interface
- 1.9 DLL Special Issues =