SchematizedDataResponse

data class SchematizedDataResponse(val data: String, val error: String)

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

Constructors

Link copied to clipboard
constructor(data: String, error: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

JSON output of the parser.

Link copied to clipboard

The error output of the parser.