HLUTIL ;SFISC/RJH- Utilities for HL7 TCP ;06/03/2008 11:20
Source file <HLUTIL.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
MSGSTAT(X) | ;message status
|
|
MSGACT(X,HLIENACT) | ;outgoing message action
|
|
CHKLL(X) | ;check setup of Logical Link
|
|
DONTPURG() | ; set the DONT PURGE field to 1 in order to prevent the message
; from purging. ; return value : 1 for successfully set the field ; -1 for failure |
|
TOPURG() | ; clear the DONT PURGE field to allow the message to be purged.
; return value : 0 for successfully clear the field ; -1 for failure |
|
SETPURG(STATUS) | ; to set or to clear the DONT PURGE field
; HLMTIENS = ien in file 773 for this message ; input: 1 to set the DONT PURGE field ; 0 to clear the DONT PURGE field. ; return value: 1 means successfully set the DONT PURGE field ; 0 means successfully clear the DONT PURGE field ; -1 means fail to set or to clear the field |
|
REPROC(IEN,RTN) | ; reprocessing message
; IEN- the message IEN in file 773 ; RTN- the routine, to be Xecuted for processing the message ; return value: 0 for success, -1 for failure |
|