;When HLTRACE is instantiated this subroutine simply writes out the
SETNODE(HLD0,HLD1,CR)
;
CHKSUM1
;
DUMP
;
TRANS(HLTOUT,HLTRANS)
; This function returns the state of the read operation.
; INPUT : HLTOUT - Data returned from read (Will contain TIMEOUT)
; HLTRANS - Variable passed by reference containing how
; the read was terminated.
; OUTPUT: HLTRANS - Translation of read termination.
CHKSUM
;
NAK(HLTRANS)
; Send NAK
ACK
; Send ACK
INITIZE
;Initialize Line counter and Checksum variables
SETNODE2
;
WRITE(HLDOUT0,HLDOUT1)
; This function writes a message from the Logical
; Link file (#870) to the specified device in the following format:
; <Start Block><Data Block><End Block>
; The data block is the complete HL7 message terminated by a <CR>.
; INPUT : HLDOUT0 - IFN of file 870
; HLDOUT1 - IFN of Out Queue Multiple
; OUTPUT: None