Hl7SchemaConfigArgs

data class Hl7SchemaConfigArgs(val messageSchemaConfigs: Output<Map<String, String>>? = null, val version: Output<List<VersionSourceArgs>>? = null) : ConvertibleToJava<Hl7SchemaConfigArgs>

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 Hl7SchemaConfigArgs(messageSchemaConfigs: Output<Map<String, String>>? = null, version: Output<List<VersionSourceArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val messageSchemaConfigs: Output<Map<String, String>>? = null

Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.

Link copied to clipboard
val version: Output<List<VersionSourceArgs>>? = null

Each VersionSource is tested and only if they all match is the schema used for the message.