InputFormat Property
The format of the input data.
Syntax
public Hl7translatorInputFormats InputFormat { get; set; }
enum Hl7translatorInputFormats { hifXML, hifJSON, hifHL7 }
Public Property InputFormat As Hl7translatorInputFormats
Enum Hl7translatorInputFormats hifXML hifJSON hifHL7 End Enum
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)
This property is not available at design time.