Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Hl7SchemaConfig |
Hl7SchemaConfig.clone() |
Hl7SchemaConfig |
Hl7SchemaConfig.set(String fieldName,
Object value) |
Hl7SchemaConfig |
Hl7SchemaConfig.setMessageSchemaConfigs(Map<String,SchemaGroup> messageSchemaConfigs)
Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema
configuration root group.
|
Hl7SchemaConfig |
Hl7SchemaConfig.setVersion(List<VersionSource> version)
Each VersionSource is tested and only if they all match is the schema used for the message.
|
Modifier and Type | Method and Description |
---|---|
List<Hl7SchemaConfig> |
SchemaPackage.getSchemas()
Schema configs that are layered based on their VersionSources that match the incoming message.
|
Modifier and Type | Method and Description |
---|---|
SchemaPackage |
SchemaPackage.setSchemas(List<Hl7SchemaConfig> schemas)
Schema configs that are layered based on their VersionSources that match the incoming message.
|
Copyright © 2011–2024 Google. All rights reserved.