InboundPath |
Top Previous Next |
Object: EHL7.EHL7Processor FileName: EHL7.dll
PROPERTY
Name: InboundPath DataType: String Mode: Read/Write Description: Return/Set the folder the processor should poll for HL7 files with extension indicated in the InboundExtension property.
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 |