HL7MsgFilePointer

Support Object - HL7MsgFilePointer

Parent Object - HL7FileAnalyzer


Name: HL7MsgFilePointer

Data Type: Object

Description: Utility object returned from various object methods of the HL7FileAnalyzer object.

 

Properties:

 

MessageStart - (Long - Offset in the file where the HL7 message begins)
MessageEnd - (Long - Offset in the file where the HL7 message ends)
MessageSize - (Long - The size of the HL7 message in bytes)
MessageIndex - (Long - The ordinal number of the HL7 message within the file [1 - nnn])
MessageLoaded - (Boolean - Indicates whether the MessageText property contains the HL7 message)
MessageText - (String - The HL7 message. Note: BOM and EOM characters are removed if present)
IsError / LastError (See IsError and ClearErrors)

 

See Also: GetHL7Message, GetMessagePointer