Schema Package Response
data class SchemaPackageResponse(val ignoreMinOccurs: Boolean, val schemas: List<Hl7SchemaConfigResponse>, val schematizedParsingType: String, val types: List<Hl7TypesConfigResponse>, val unexpectedSegmentHandling: String)
A schema package contains a set of schemas and type definitions.
Constructors
Link copied to clipboard
fun SchemaPackageResponse(ignoreMinOccurs: Boolean, schemas: List<Hl7SchemaConfigResponse>, schematizedParsingType: String, types: List<Hl7TypesConfigResponse>, unexpectedSegmentHandling: String)