SchematizedDataArgs

data class SchematizedDataArgs(val data: Output<String>? = null, val error: Output<String>? = null) : ConvertibleToJava<SchematizedDataArgs>

The content of an HL7v2 message in a structured format as specified by a schema.

Constructors

Link copied to clipboard
fun SchematizedDataArgs(data: Output<String>? = null, error: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SchematizedDataArgs

Properties

Link copied to clipboard
val data: Output<String>? = null

JSON output of the parser.

Link copied to clipboard
val error: Output<String>? = null

The error output of the parser.