MessageReadObject

Top  Previous  Next

<----------New In Version 4.x---------->

Object: EHL7.EHL7Processor

FileName: EHL7.dll

 

EVENT

 

Name: MessageReadObject

Parameters:

1.nMessage (Long) the sequential message number (1-nnn) within the current file being processed.
2.oMsgObject (Object) a fully instantiated loaded EHL7Message Object containing the HL7 message

 

This new event decreases the amount of code you have to write to use the EHL7Processor object dramatically!  When a message is read out of an HL7 data file it is automatically loaded into an EHL7Message object and passed directly into your code. This event is functionally equivalent to the MessageReadObject event in the HL7File object.

 

 

Related Items: EasyHL7 Events in VB