All RPC

Package: HealtheVet Desktop RPC List

Name Tag Routine Availability Description
Name Tag Routine Availability Description
XHD DELETE PARAMETER CATEGORY DELETE XHDPCAT SUBSCRIPTION This call deletes parameter categories from the M backing store. If the second parameter, DELKIDS is passed as "1" (boolean true by M programming convention), all descendents of the category in question will also be deleted.
XHD GET ALL PARAMETER DEFS GETXML XHDPDEF SUBSCRIPTION Returns all Parameter Definitions.
XHD GET CONFIGURATION GETTREE XHDPTREE SUBSCRIPTION Returns Configuration tree as XML in the following format:
XHD GET MUTABLE CONFIGURATION GETTREE XHDPMUT SUBSCRIPTION Returns Configuration tree as XML in the following format:
XHD GET PARAMETER DEF LIST GETALL XHDPDEF SUBSCRIPTION Gets all parameter definitions as a list with IEN^NAME^DISPLAY NAME in each node of the return array.
XHD GET PARAMETER DEFINITION GETXML XHDPDEF SUBSCRIPTION This call returns an XML representation of a Parameter Definition.
XHD GET PARAMETER DEFINITIONS LIST XHDPDEF SUBSCRIPTION Gets parameter definitions as a list with IEN^NAME^DISPLAY NAME^ENTITYLIST in each node of the return array. This call returns a local array of SIZE elements in DIR direction from the initial Definition FROM.
XHD INSERT PARAMETER CATEGORY INSERT XHDPCAT SUBSCRIPTION Inserts new parameter categories.
XHD PUT PARAMETER PUT XHDPARAM SUBSCRIPTION Call PUT^XPAR or PUTWP^XPAR to file a given parameter.
XHD REMOVE PARAMETER CATEGORY REMOVE XHDPCAT SUBSCRIPTION This call removes parameter categories from their parents (i.e., "prunes" the branch of which the the category is the root). It does NOT delete the Category or its descendents. Use the ORR DELETE PARAMETER CATEGORY to delete a given categor and all its descendents.
XHD UPDATE PARAMETER CATEGORY UPDATE XHDPCAT SUBSCRIPTION This call updates ParameterCategories.
XHD GET SITE INFO SITE XHDLSITE SUBSCRIPTION Returns Division and Integration names and IDs.
XHD GET USER DEMOGRAPHICS BYPASS XHDAUTH Returns same demographics as XHD AUTHORIZE, w/o the authorization step. Used to populate the JAAS Subject when the SharedBroker is in use.
XHDX PERSEL PERSEL XHDX RESTRICTED This returns the list of perspective id's that should be visible for the current user.
XHDX VERSRV VERSRV XHDX Returns a list of options and the associated version numbers. The list of options is passed in. Returns is a list of OptionName^VersionNumber. The version number must be the last space piece in the MENU TEXT of the option.
XHD TEST INPUT LIST INLST XHDTST This RPC returns the list that it's been passed. It's for test purposes only.