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 |  Interaction Calls
Print Page as PDF
Routine: HLLP

Package: Health Level Seven

Routine: HLLP


Information

HLLP ;AISC/SAW-HL7 Hybrid Lower Level Protocol Receiver/Sender ;9/5/96 10:50

Source Information

Source file <HLLP.m>

Entry Points

Name Comments DBIA/ICR reference
INIT ;Initialize Variables
LOOP ;Infinite loop to check for HL7 messages to send/receive
EXIT
ERR ;Trap error
CHKREC ;Check if there are HL7 messages to receive
CHKSEND ;Check if there are HL7 messages to send
CS1
EX
CSUM ;Calculate Checksum
REC ;Receive a Message
REC1
SEND ;Send a Message
SENDN

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: X#245
  • Timeout: DTIME
  • Line Location: REC1+0
Function Call: READ
  • Variable: X0
  • Timeout: DTIME
  • Line Location: REC1+1
Function Call: READ
  • Variable: X1#246
  • Timeout: DTIME
  • Line Location: REC1+2
Function Call: READ
  • Variable: X2
  • Timeout: DTIME
  • Line Location: REC1+8
Function Call: WRITE
  • Prompt: X
  • Line Location: SEND+2
Function Call: WRITE
  • Prompt: X
  • Line Location: SENDN+1
Function Call: WRITE
  • Prompt: X
  • Line Location: SENDN+2
Info |  Source |  Entry Points |  Interaction Calls