gears1

The EHL7 Runtime DLL

Top  Previous  Next

FileName: EHL7.dll

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

 

The EHL7 Runtime DLL (EHL7.dll) consists of 5 public objects, 4 that are directly related to HL7 processing and 1 that is a lightweight, easy to use class wrapper for the Microsoft XML DOM object.

 

The runtime objects are:

 

HL7Vendors - Used to Create/Modify/Delete HL7 Vendors
EHL7Message - Used for and manipulating individual messages
HL7File - Used for general file handling/processing functions
EHL7Processor - Used to Create/Modify/Delete/Execute Processing Profiles
CommandoProcessor - Used to execute HL7 solutions written in CommandoScript (VB Script) designed in the Commando HL7 Workbench as message processors and exported.

 

And finally

 

QSXML - A general light-weight XML class wrapper object.

 

All of these objects are also script compliant and can be used in web based ASP or ASP.NET applications using VB Scripting or in unattended system service applications.