Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: HLUTIL

Package: Health Level Seven

Routine: HLUTIL


Information

HLUTIL ;SFISC/RJH- Utilities for HL7 TCP ;06/03/2008 11:20

Source Information

Source file <HLUTIL.m>

Entry Points

Name Comments DBIA/ICR reference
MSGSTAT(X) ;message status
  • ICR #3098
    • Status: Active
    • Usage: Supported
    MSGACT(X,HLIENACT) ;outgoing message action
  • ICR #3098
    • Status: Active
    • Usage: Supported
    CHKLL(X) ;check setup of Logical Link
  • ICR #3098
    • Status: Active
    • Usage: Supported
    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
  • ICR #2434
    • Status: Active
    • Usage: Supported
    TOPURG() ; clear the DONT PURGE field to allow the message to be purged.
    ; return value : 0 for successfully clear the field
    ; -1 for failure
  • ICR #2434
    • Status: Active
    • Usage: Supported
    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
  • ICR #2434
    • Status: Active
    • Usage: Supported
    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
  • ICR #2434
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points