ProfileVendorExists

Top  Previous  Next

Object: EHL7.CommandoProcessor

FileName: EHL7.dll

 

METHOD

 

Name: ProfileVendorExists()

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 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. 

 

 

 

See Also: ValidateProfile(), VendorPath