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:

 

Early Binding:

Private WithEvents myProcessorObj As EHL7.EHL7Processor

'On Create

Set myProcessorObj = New EHL7.EHL7Processor

'On Destroy

Set myProcessorObj = Nothing

Late Binding:

Dim myProcessorObj As Object

Set myProcessorObj = CreateObject("EHL7.EHL7Processor")

 

Global Properties

 

Enumerators:

EHL7IgnoreFileReasons

EHL7InputFormat

EHL7OutputFormat

EHL7ProcessFileActions

EHL7ProcessorOptions

 

Properties:

CompleteAction

ErrorPath

InboundExtension

InboundFormat

InboundPath

IniFileName

InProcess

IsError / LastError

OutboundExtension

OutboundFormat

OutboundPath

Paused

ProcessingOptions

PollingInterval

StopTime

TruncateEmptyFields

VendorID

VendorPath

VendorsXML

 

 

Methods:

CancelProcessing()

ClearErrors()

OpenProfile()

ProcessProfile()

SaveProfile()

Validate()

 

Events:

InboundFilesDetected

InboundFolderPolled

InputFileError

InputFileDetected

InputFileIgnored

InputFileProcessed

MessageArchived

MessageIN

MessageReadObject <--NEW-->

ProcessingAsleep

ProcessingPaused

ProcessingStarted

ProcessingStopped

ProfileError