EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

InputData Property

The raw HL7 data to send.

Syntax

[VB.NET]
Public Property InputData As String
Public Property InputDataB As Byte()

[C#]
public string InputData {get; set;}
public byte[] InputDataB {get; set;}

Remarks

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:

  • A stream specified using the SetInputStream method.
  • The contents of a file whose path has been set to the InputFilename property.
  • The data set to the InputData property.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]