Properties, Methods, Events and Enumerators

Top  Previous  Next

Object: EHL7Interface.eUtilities

FileName: EHL7Interface.dll

Installation: Windows System Folder (Windows\System32, etc) or alternatively.

 

The EHL7Interface dll contains only one public object (eUtilities).  This powerful object allows access to the many pre-defined user-interfaces which you can use in your application development.  When developing your own applications, you may choose to use some, all or none of these interfaces.

 

 

VB Syntax:

 

Early Binding:

Dim myInterfaceObj As EHL7Interface.eUtilities

Set myInterfaceObj = New EHL7Interface.eUtilities

 

Late Binding:

Dim myInterfaceObj As Object

Set myInterfaceObj = CreateObject("EHL7Interface.eUtilities")

 

Global Properties

 

Enumerators:

HL7FileOpenMode

 

Properties:

API Version

IsError / LastError

SetupComplete

VendorID

VendorPath

 

Methods:

ClearErrors()

GetVendorID()

InstallDefaultVendors()

NewVendor()

OpenFileManager()

PrintPreviewMessage()

SetDefaultVendorPath()

ShowAnnotations()

ShowConfiguration()

ShowDataTypes()

ShowElements()

ShowElementProperties()

ShowFatalError()

ShowProfiles()

ShowReports()

ShowSegments()

ShowTables()

ShowVendors()

VendorsXML()

VerifySystem()