Properties / Methods / Events

Top  Previous  Next

<----------New In Version 4.x---------->

Object: EHL7.CommandoProcessor

FileName: EHL7.dll

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

 

VB Syntax:

 

Early Binding:

Private WithEvents myProcessorObj As EHL7.CommandoProcessor

'On Create

Set myProcessorObj = New EHL7.CommandoProcessor

'On Destroy

Set myProcessorObj = Nothing

Late Binding:

Dim myProcessorObj As Object

Set myProcessorObj = CreateObject("EHL7.CommandoProcessor")

 

 

Enumerators:

 

CommandoProcessorType

 

Properties:

 

ApplicationPath

ArchiveMessages

ArchivePath

AutoInstallVendorDefinitions

CommandoVersion

ConfigurationProgram

ErrorPath

HasConfigurationProgram

HL7FileExtension

InboundPath

IsError

LastError

OutboundPath

Password

PasswordLimitReached

PasswordRequired

PollingInterval

ProcessorIsActive

ProcessorType

ProfileID

ProfileIsDemo

ProfileName

RegistrationMode

ScriptAuthor

ScriptCreated

ScriptDescription

ScriptName

Validated

VendorID

VendorName

VendorPath

VendorVersion

 

 

Methods:

ClearErrors()

HaltProcessing()

InstallProfileVendor()

LoadRuntimeProfile()

OpenConfigurationProgram()

OpenRuntimeProfile()

ProfileVendorExists()

SaveProcessorProfile()

StartProcessorProfile()

ValidatePassword()

ValidateProfile()

 

 

Events:

CommandoScriptError

InboundFolderPolled

InputFileDetected

InputFileError

InputFileIgnored

InputFileProcessed

LaunchProgramRequest

LoadSettingsFailed

MessageArchived

MessageIn

Polling

ProcessingStarted

ProcessingStopped

ProcessingAsleep

ProcessingPaused

ScriptEvent