SaveBOM_EOM

Top  Previous  Next

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

Object: EHL7.EHL7Message

FileName: EHL7.dll

 

 

PROPERTY

 

Name: SaveBOM_EOM

DataType: Boolean

Mode: Read/Write

Description: Determines whether the HL7 message will be 'enveloped' with the BOM (Begin Message) and EOM (End Message) characters defined in the Vendor definition when the .Save() method is called.

 

Example:

 

With oMSG   'oMSG is a loaded EHL7Message Object

   .SaveBOM_EOM = True

   .Save("c:\testfile.hl7")

End With