Difference between revisions of "RPC HELP M Entry In RP File Cleaning"

From VistApedia
Jump to: navigation, search
 
Line 5: Line 5:
 
In addition, there is an [[RPC_HELP_BROKER_RETURN_VALUE_TYPES|RETURN VALUE TYPES]], GLOBAL ARRAY, where the application RPC returns a closed form global reference, for example:
 
In addition, there is an [[RPC_HELP_BROKER_RETURN_VALUE_TYPES|RETURN VALUE TYPES]], GLOBAL ARRAY, where the application RPC returns a closed form global reference, for example:
  
^TMP("EKG",220333551)
+
    ^TMP("EKG",220333551)
 
 
 
The Broker kills the data for the global reference for this type of RPC at the end of [[RPC_HELP_RPCs|RPC]] execution.
 
The Broker kills the data for the global reference for this type of RPC at the end of [[RPC_HELP_RPCs|RPC]] execution.

Latest revision as of 11:35, 6 July 2015

RPC Broker Help Home

Cleanup after RPC Execution?

The Broker uses XUTL^XUSCLEAN to clean up globals upon application termination.

In addition, there is an RETURN VALUE TYPES, GLOBAL ARRAY, where the application RPC returns a closed form global reference, for example:

   ^TMP("EKG",220333551)

The Broker kills the data for the global reference for this type of RPC at the end of RPC execution.