An entire application in one object!

PreviousNext

frmFolderProcessor.vb

(c) 2007-2008 Hermetech International Ltd.

Tying it all together and summing it up. To create an EasyHL7 solution with the code objects you:

 

1.Verify that the objects are registered (and if using a DEMO license that it is not expired!)
2.Connect to the Vendor Definitions and select 1
3.Instantiate an EHL7_mc2005.HL7FolderProcessor object.
4.Set the properties (or load them from an INI file)
5.Start the object.
6.You are DONE. All you have to do is work the .AnalysisCompleted event (see the program code in frmFolderProcessor.vb).

 

 

 

 

frmFolderProcessor.vb

 

The built-in folder processor user interface