NewEasyHL7XMLMessage |
Object Method - NewEasyHL7XMLMessage() Parent Object - HL7Vendor Returns - EasyHL7XMLMessage Object Name: NewEasyHL7XMLMessage() Parameters: 1. strHL7Message (Optional String = "").
Description: Returns an instantiated EasyHL7XMLMessage Object. If strHL7Message contains a valid HL7 message it will be used to populate the message 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.
|