HL7MsgFilePointer

Top  Previous  Next

Object: EHL7.HL7MsgFilePointer

FileName: EHL7.dll

 

Utility Object (Return Value)

 

Description: See the GetHL7Message() and GetMessagePointer() methods of the HL7FileAnalyzer object.

 

Properties: (ALL are Read Only*)

 

Name: MessageStart Type: Long  (The starting position of the HL7 message within the file)

Name: MessageEnd Type: Long (The ending position of the HL7 message within the file)

Name: MessageSize Type: Long (The size of the HL7 Message in bytes)

Name: MessageText Type: String (If present will be the HL7 message text WITHOUT BOM or EOM characters)

 

 

Name: IsError Type: <Boolean> *Read / Write

Name: LastError Type: <String> *Read / Write

 

 

1 Public Method: ClearErrors