$$EN(HLOPRTCL,ARYTYP,.HLP) |
Takes a current HL 1.6 message that follows the
standard HL 1.6 methodology, converts it to use the HLO engine, and places the
message into the HLO message queue. A function call to EN^HLOCNRT replaces the
HL 1.6 call to GENERATE^HLMA.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
$$EN |
Output |
The function returns a string that is one to three
piece variable consisting of message id^error code^error description. Only the
message id will be returned if there is no error.
|
HLOPRTCL |
Input |
Event Protocol IEN
|
ARYTYP |
Input |
Array Type ("GM" is the standard usage, used for a
global array containing a single message.
|
HLP |
Input |
Additional MSH parameters. For example: -
HLP("SECURITY") - HLP( "CONTPTR") - HLP("QUEUE")
|
|