![]() ![]() |
Reference Type: Supported, Category: Toolkit—Parameter Tools, ICR#: 2263
The $$GET^XPAR extrinsic function retrieves the value of a parameter. The value is returned from this call in the format defined by the input parameter named “format.”
REF: For descriptive information about the elements and how they are used in the callable entry points into XPAR, see the “Definitions” section in the "Toolkit—Parameter Tools" section in the Kernel 8.0 & Kernel Toolkit 7.3 Developer's Guide.
$$GET^XPAR(entity,parameter[,instance][,format])
entity: |
(required) Entity is defined as the single entity or group of entities you want to look at in order to retrieve the value. Entities can be passed in internal or external format [e.g., LOC.PULMONARY or LOC.’57 or 57;SC(]. The list of entities in this variable can be defined as follows:
|
parameter: |
(required) Can be passed in external or internal format. Identifies the name or internal entry number (IEN) of the parameter as defined in the PARAMETER DEFINITION (#8989.51) file. |
instance: |
(optional) Defaults to 1 if not passed. Can be passed in external or internal format. Internal format requires that the value be preceded by the grave accent (`) character. |
format: |
(optional) The format input parameter determines how the value is returned. It can be set to the following:
|
returns: |
Returns the parameter value in the format defined by the format input parameter. |