NewHL7Message

Object Method - NewHL7Message()

Parent Object - HL7Vendor

Returns - EasyHL7Message Object


Name: NewHL7Message()

Parameters: 1. strHL7Message (Optional String = "").

 

Description: Returns an instantiated EasyHL7Message Object.

 

Programming Note: You should ALWAYS make sure that your Vendor object has a vendor definition loaded (see OpenVendor) before using it to create any child objects (with the exception of the ProductLicense object). In addition, if you destroy the vendor object, you should also destroy any child objects as well. And finally, if you create child objects and then reset your Vendor object by opening another vendor definition, you should recreate all of your child objects.