EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

InputFilename Property

The path of a file containing HL7 data to send.

Syntax

__property String InputFilename[int ConnectionId] = {read=FInputFilename, write=FSetInputFilename};

Default Value

""

Remarks

The path of a file containing HL7 data to send.

This property is used to specify a path to a file whose contents will be sent when the Send method is called.

Note that the component checks the following places for input data, in order, when Send is called. Input data is sent from the first place it is found:

  • The contents of a file whose path has been set to the connection's InputFilename property.
  • The data set to the connection's InputData property.

The size of the array is controlled by the ConnectionCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]