Parser Config Response
data class ParserConfigResponse(val allowNullHeader: Boolean, val schema: SchemaPackageResponse, val segmentTerminator: String, val version: String)
The configuration for the parser. It determines how the server parses the messages.
Constructors
Link copied to clipboard
constructor(allowNullHeader: Boolean, schema: SchemaPackageResponse, segmentTerminator: String, version: String)
Properties
Link copied to clipboard
Determines whether messages with no header are allowed.
Link copied to clipboard
Schemas used to parse messages in this store, if schematized parsing is desired.
Link copied to clipboard
Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.