IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

SetInputStream Method

Specifies a stream containing HL7 data to send.

Syntax

public fun setInputStream(inputStream: InputStream?)

Remarks

This method is used to specify a stream containing 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.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]