Properties, Methods, Events and Enumerators |
Top Previous Next |
Object: EHL7.EHL7Processor FileName: EHL7.dll Installation: Windows System Folder (Windows\System32, etc) or alternate.
VB Syntax:
Private WithEvents myProcessorObj As EHL7.EHL7Processor 'On Create Set myProcessorObj = New EHL7.EHL7Processor 'On Destroy Set myProcessorObj = Nothing
Dim myProcessorObj As Object Set myProcessorObj = CreateObject("EHL7.EHL7Processor")
Enumerators:
Properties:
Methods:
Events: MessageReadObject <--NEW-->
|