MessageIn

Top  Previous  Next

Object: EHL7.CommandoProcessor

FileName: EHL7.dll

 

EVENT

 

Name: MessageIN

Parameters:

1.strMessage (String) contains a complete HL7 message in the format indicated in parameter 2.
2.enFormat (EHL7InputFormat) indicates whether strMessage is in HL7 or XML format.

 

Description: When the processor successfully parses an HL7 message from a file this event is triggered.  It is triggered once for each message BEFORE the HL7 message is passed to the processor script.  The enFormat will always be InputHL7 (0)

 

 

Related Items: EasyHL7 Events in VB