VerifySystem()

Top  Previous  Next

Object: EHL7Interface.eUtilities

FileName: EHL7Interface.dll

 

Method

 

Name: VerifySystem()

Parameters: 1. strVendorPath (optional string) a folder where EasyHL7 vendor files are installed.

Returns: Boolean

Description: Similar to the SetupComplete property, returns a boolean to indicate if the objects can be used in their current state.

 

Example:

Dim myInterfaceObj As New EHL7Interface.eUtilities

If Not myInterfaceObj.VerifySystem("C:\Some\Folder\ThatDoesNot\Exist")

       MsgBox myInterfaceObj.LastError

       myInterfaceObj.ClearErrors

End If

 

See Also: ShowConfiguration()