OutputFormat Property
The format of the output data.
Syntax
public Hl7translatorOutputFormats OutputFormat { get; set; }
enum Hl7translatorOutputFormats { hofXML, hofJSON, hofHL7 }
Public Property OutputFormat As Hl7translatorOutputFormats
Enum Hl7translatorOutputFormats hofXML hofJSON hofHL7 End Enum
Default Value
0
Remarks
This property specifies the format of the output data. The value set here, along with InputFormat, determines how the data is converted when Translate is called.
Possible values are:
- 0 (ofXML)
- 1 (ofJSON)
- 6 (ofHL7)
This property is not available at design time.