OutboundPath |
Top Previous Next |
Object: EHL7.EHL7Processor FileName: EHL7.dll
PROPERTY
Name: OutboundPath DataType: String Mode: Read/Write Description: Return/Set the folder the processor should write messages to after firing the MessageIn event. This property is ignored unless the CompleteAction property is set to ehpArchiveFile. The output format is either HL7 or XML depending on the OutboundFormat property. The file naming convention used is <datetime>.<GUID>.OutboundExtension
Example: Dim x As New EHL7.EHL7Processor x.IniFileName = "C:\EasyHL7\Profile1.ini" If Not x.OpenProfile() Then Msgbox x.LastError Set x = Nothing Exit Sub End If MsgBox x.InboundPath Set x = Nothing Exit Sub
See Also: PollingInterval, OutboundPath, OutboundExtension
|