Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

EN^XQOR(): Navigating Protocols

Reference Type: Supported, Category: Unwinder, ICR#: 10101

Description

The EN^XQOR API is the main routine for navigating protocols. The routine processes the initial protocol and the subordinate protocols. This processing of subordinate protocols happens according to the type of protocol and the navigation variables that get set along the way.

Format

  EN^XQOR(x)

Input Parameters

x:

(required) Identifies the initial protocol that EN^XQOR should process. The x input parameter should be in VARIABLE POINTER format. For example:

x="1234;ORD(101,"

This would cause the processing to start with the protocol that has an internal entry number (IEN) of 1234.

An alternative to using VARIABLE POINTER format is to set x equal to the name or number of the protocol and DIC equal to the number or global reference of the file you are working in (generally the PROTOCOL [#101] file).

Output

none.