IPWorks EDI 2020 Python Edition

Questions / Feedback?

input_data Property

The raw HL7 data to send.

Syntax

def get_input_data(connection_id: int) -> bytes: ...
def set_input_data(connection_id: int, value: bytes) -> None: ...

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 connection_id parameter specifies the index of the item in the array. The size of the array is controlled by the connection_count property.

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