HLOAPI ;ALB/CJM-HL7 - Developer API's for sending & receiving messages ;05/12/2009
Source file <HLOAPI.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| NEWMSG(PARMS,HLMSTATE,ERROR) | ;; Starts a new message.
 | 
 
  | 
| NEWBATCH(PARMS,HLMSTATE,ERROR) | ;;Starts a new batch message.  
 | 
 
  | 
| SET(SEG,VALUE,FIELD,COMP,SUBCOMP,REP) | ;;Sets a value to the array SEG(), used for building segments.
 | 
 
  | 
| ADDSEG(HLMSTATE,SEG,ERROR,TOARY) | ;; Adds a segment to the message.
 | 
 
  | 
| MOVESEG(HLMSTATE,SEG,ERROR) | ;Adds a segment built in the 'traditional' way as an array of lines into the message.
 | 
 
 
 
  | 
| ADDMSG(HLMSTATE,PARMS,ERROR) | ;; Begins a new message in the batch.
 | 
 
  | 
| GETSYS(HLMSTATE) | ;
 | 
|
| MOVEMSG(HLMSTATE,ARY) | ;;
 | 
 
  |