Hl7Schema Config Response
data class Hl7SchemaConfigResponse(val messageSchemaConfigs: Map<String, String>, val version: List<VersionSourceResponse>)
Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.
Constructors
Link copied to clipboard
fun Hl7SchemaConfigResponse(messageSchemaConfigs: Map<String, String>, version: List<VersionSourceResponse>)