IPWorks EDI 2020 Python Edition

Questions / Feedback?

input_filename Property

The path of a file containing HL7 data to send.

Syntax

def get_input_filename() -> str: ...
def set_input_filename(value: str) -> None: ...

input_filename = property(get_input_filename, set_input_filename)

Default Value

""

Remarks

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 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 input_filename property.
  • The data set to the input_data property.

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