Select the objects that you wish to see in the downloaded PDF
Info Source Call Graph Caller Graph Entry Points External References FileMan Files Accessed Via FileMan Db Call Global Variables Directly Accessed Label References Local Variables
;update STATUS
; This procedure updates the STATUS (#.04) field of the VIC HL7
; TRANSMISSION LOG (#39.7) file
DELXMIT(DGIEN)
;delete a single VIC HL7 TRANSMISSION LOG record
STOXMIT(DGMID,DGRIEN)
;create a transmit record
; This procedure creates a record in the VIC HL7 TRANSMISSION LOG
; (#39.7) file.
FINDMID(DGMID)
;locate record for a given HL7 message ID
; This function performs a lookup of the VIC HL7 TRANSMISSION LOG
; (#39.7) file for a given HL7 Message ID.
FINDLST(DGREQ)
;locate the last transmission record for a given request
GETLOG(DGIEN,DGLOG)
;retrieve a single record
; This function retrieves all fields belonging to a single record
; in the VIC HL7 TRANSMISSION LOG (#39.7) file for a given IEN.
; The field data is placed in an array format.