|
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")
Global Properties
Enumerators:
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
|