IPWorks EDI 2020 C++ Builder Edition

Questions / Feedback?

InputData Property

The raw HL7 data to send.

Syntax

__property String InputData[int ConnectionId] = { read=FInputData, write=FSetInputData };
__property DynamicArray<Byte> InputDataB[int ConnectionId] = { read=FInputDataB, write=FSetInputDataB };

Default Value

""

Remarks

The raw HL7 data to send.

This property is used to specify the HL7 data to send 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 ConnectionId parameter specifies the index of the item in the array. The size of the array is controlled by the ConnectionCount property.

This property is not available at design time.

Data Type

Byte Array

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Builder Edition - Version 20.0 [Build 8203]