ShowConfiguration() |
Top Previous Next |
Object: EHL7Interface.eUtilities FileName: EHL7Interface.dll
Method
Name: ShowConfiguration() Parameters: None Returns: N/A Description: Shows the built-in EasyHL7 installation and configuration window. See SetupComplete and VerifySystem()
*Note: You can click on 'System Configuration' in the 'File' menu of EasyHL7.exe to see this method in action.
Example: Dim myInterfaceObj As New EHL7Interface.eUtilities
If myInterfaceObj.SetUpComplete Then MsgBox "Everythings good, vendor files are installed in: " & myInterfaceObj.VendorPath Else myInterfaceObj.ShowConfiguration() If Not myInterfaceObj.SetUpComplete Then Msgbox "Try again later" 'Now get out and exit program End If End If
Graphic:
|