VDEFPCK(LINK,APP,TYPE,EVENT) |
Inputs :
The input parameters are all required if used.
1 LINK : Name of HL7 logical link.
2 APP : Name of HLO application.
3 TYPE : HL7 Message Type.
4 EVENT: HL7 Event type.
Outputs: Returns
With input parameters:
1 VDEF Event 'xxxxx' parameters exists HLO Engine.
0 HLO running but parameters for VDEF Event 'xxxx'don't
exist.
-1 HLO installed but not running on target system.
-2 HLO not installed on target system.
If input parameters are null:
1 HLO installed and running.
-1 HLO installed but not running on target system.
-2 HLO not installed on target system.
Variables used:
PARM1 - IEN of link in HL7 Logical Link file (#870)
PARM2 - IEN of application in HLO APPLICATION registry file (#779.2)
PARM3 - IEN of message type in MESSAGE TYPE ACTION subfile (#779.21)
RESULT - Return value.
|