MessageFolder

PROPERTY - Read / Write

Parent Object - HL7FolderProcessor


Name: MessageFolder

Data Type: String

Description: Get / Set the full path to the HL7 Messages folder. This folder will be automatically polled for HL7 data files every <PollingInterval> seconds. It is also event driven, in that if a file appears in the folder a polling action is automatically triggered.

 

NOTE: The object will automatically append a trailing backslash "\" character onto this property.

 

Example:

MyProcessor.MessageFolder = "c:\MyData"

MsgBox(MyProcessor.MessageFolder)

'Would Display "c:\MyData\"