EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

InputData Property

The raw HL7 data to send.

Object Oriented Interface

public function getInputData($connectionid);
public function setInputData($connectionid, $value);

Procedural Interface

inedi_mllpserver_get($res, 4 , $connectionid);
inedi_mllpserver_set($res, 4, $value , $connectionid);

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 class 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

Binary String

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