| XOBV TEST STRING |
STRRP |
XOBVLT |
PUBLIC |
This simple RPC takes a string as input, adds some additional text to the string and returns the string back to the client. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST GLOBAL ARRAY |
GARRRP |
XOBVLT |
PUBLIC |
This simple RPC takes an array as input, sets the array into a global array and returns the global array information back to the client. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST GLOBAL NODE |
GNODERP |
XOBVLT |
PUBLIC |
This simple RPC takes a string as input, sets it as a global node and returns the global node back to the client. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST LOCAL ARRAY |
LARRRP |
XOBVLT |
PUBLIC |
This simple RPC takes an array as input, sets the array into a local array and returns the local array information back to the client. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST WORD PROCESSING |
WPRP |
XOBVLT |
PUBLIC |
This simple RPC takes no input parameters and returns a 'chunk' of text. This RPC is used to test whether VistALink properly transports 'chunks' of text. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST PING |
PINGRP |
XOBVLT |
PUBLIC |
This simple RPC takes no input and returns a success message. This is the primary mechanism to test whether the client successfully connects to an M server using VistALink. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST RPC LIST |
RPCRP |
XOBVLT |
PUBLIC |
This RPC returns a list of RPC names that begin with the characters indicated in the one input parameter. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST XML RESULTS |
XMLRP |
XOBVLT |
PUBLIC |
This simple RPC takes no input parameters and returns a 'chunk' of data that is in XML format. This RPC is used to test whether VistALink properly transports and parses application results in XML format. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST NOT IN CONTEXT |
NOCNTXT |
XOBVLT |
RESTRICTED |
This RPC should not be used and returns the empty string (null). This RPC is used to test the 'not in RPC context' check. For this reason, this RPC is specifically NOT in the 'XOBV VISTALINK TESTER' B-type option in the OPTION (#19) file. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST MULTIPLE SUBSCRIPTS |
MSUBS |
XOBVLT |
PUBLIC |
This RPC receives an array set up by a client. The client code indicates that the array should be presented to the RPC as multiple M subscripts (ex: DATA("TEXT",1,0) and not the usual DATA(1). It sets the array into a local array and returns the local array information back to the client. This RPC is used as part of the test and learning application distributed as part of VistALink. |
| XOBV TEST MULT ARRAY PARAMS |
MARRAYS |
XOBVLT |
RESTRICTED |
This RPC receives 3 arrays set up by a client. This tests the capability of VistaLink to support multiple array-type RPC parameters. It sets each of the three arrays into a local array, sequentially, and returns the local array back to the client. This RPC is used as part of the test and learning application distributed part of VistALink. |
| XOBV SYSTEMINFO |
RPC |
XOBVSYSI |
RESTRICTED |
Returns name^value pairs of system information about the M system. |
| XOBV VALIDATE SAML |
SAML |
XOBVSAML |
RESTRICTED |
This RPC receives a SAML token to validate a user logon to VistA. |