EN |
This 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.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Input |
Identifies the initial protocol that EN^XQOR should
process. X should be in variable pointer format. For example,
X="1234;ORD(101," would cause the processing to start with the protocol that
has an internal entry number 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 file (101)).
|
|
EN1 |
This entry point is identical to EN^XQOR, except that
the entry and exit actions of the initial protocol are not executed. This
entry point provides backwards compatibility with the way Kernel 6 processed
protocols that were defined in the Option file.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Input |
See description for EN^XQOR.
|
|
MSG(PROTOCOL,.MSGTEXT) |
This entry point is used to enable HL7 messaging
through the XQOR unwinder.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PROTOCOL |
Input |
The name of the protocol the HL7 message will be
associated with.
|
MSGTEXT |
Input |
The array containing the HL7 message.
|
|