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: HLOAPI

Package: Health Level Seven

Routine: HLOAPI


Information

HLOAPI ;ALB/CJM-HL7 - Developer API's for sending & receiving messages ;05/12/2009

Source Information

Source file <HLOAPI.m>

Entry Points

Name Comments DBIA/ICR reference
NEWMSG(PARMS,HLMSTATE,ERROR) ;; Starts a new message.
  • ICR #4716
    • Status: Active
    • Usage: Supported
    NEWBATCH(PARMS,HLMSTATE,ERROR) ;;Starts a new batch message.
  • ICR #4716
    • Status: Active
    • Usage: Supported
    SET(SEG,VALUE,FIELD,COMP,SUBCOMP,REP) ;;Sets a value to the array SEG(), used for building segments.
  • ICR #4716
    • Status: Active
    • Usage: Supported
    ADDSEG(HLMSTATE,SEG,ERROR,TOARY) ;; Adds a segment to the message.
  • ICR #4716
    • Status: Active
    • Usage: Supported
    MOVESEG(HLMSTATE,SEG,ERROR) ;Adds a segment built in the 'traditional' way as an array of lines into the message.
  • ICR #4716
    • Status: Active
    • Usage: Supported
  • ICR #5885
    • Status: Withdrawn
    • Usage: Supported
    ADDMSG(HLMSTATE,PARMS,ERROR) ;; Begins a new message in the batch.
  • ICR #4716
    • Status: Active
    • Usage: Supported
    GETSYS(HLMSTATE) ;
    MOVEMSG(HLMSTATE,ARY) ;;
  • ICR #4716
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points