ProfileVendorIsDifferent

Top  Previous  Next

Object: EHL7.CommandoProcessor

FileName: EHL7.dll

 

METHOD

 

Name: ProfileVendorIsDifferent()

Parameters:

1. strFileName (String) - The path / file name of the .mpp file.

 

Returns: Boolean

 

Description: Determines whether the HL7 Vendor definition embedded in the profile is different from the one installed in the VendorPath.  If <strFileName> does not exist or is invalid, OR if the VendorPath does not exist or is invalid, then the IsError / LastError properties will be set.

 

Programmers Note: Before calling this function make sure you have set the VendorPath property correctly.  Also, note that this function only tells you if differences exist, not which one is correct.

 

 

 

See Also: ValidateProfile(), VendorPath