LoadRuntimeProfile

Top  Previous  Next

Object: EHL7.CommandoProcessor

FileName: EHL7.dll

 

METHOD

 

Name: LoadRuntimeProfile()

Parameters:

1. strProfileXML (String) - The XML contents of a .mpp file.

 

Returns: Boolean

 

Description: Loads a message processor profile into memory.

 

Programmers Note: Before calling this function make sure you have set the VendorPath property correctly.  Also, note that calling this function rather than OpenRuntimeProfile() will not automatically set the ApplicationPath property which you must be sure to set yourself before attempting to execute or validate the profile.

 

Note: This function is only provided as a mechanism to allow developers to store their processor profiles in alternate locations (such as a database).  The typical interface would be to call the OpenRuntimeProfile() function.  The OpenRuntimeProfile() function loads a .mpp file into an XML document to verify that the contents are valid XML, then the XML is passed on to this function.

 

See Also: OpenRuntimeProfile(), ValidateProfile(), ApplicationPath