IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

InputFormat Property

The format of the input data.

Syntax

public var inputFormat: Hl7translatorInputFormats

public enum class Hl7translatorInputFormats(val value: Int) {
hifXML(0),
hifJSON(1),
hifHL7(6);
}

Default Value

6

Remarks

This property specifies the format of the input data. The value set here, along with OutputFormat, determines how the data is converted when Translate is called.

Possible values are:

  • 0 (ifXML)
  • 1 (ifJSON)
  • 6 (ifHL7)
Before calling Translate, both InputFormat and OutputFormat must be specified. Translation from XML or JSON to EDI and vice versa are supported. If InputFormat is ifXML or ifJSON, OutputFormat must be an EDI format. Similarly, if InputFormat is an EDI format, OutputFormat must be ofXML or ofJSON.

This property is not available at design time.

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