Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
SchemaGroup |
SchemaGroup.clone() |
SchemaGroup |
GroupOrSegment.getGroup() |
SchemaGroup |
SchemaGroup.set(String fieldName,
Object value) |
SchemaGroup |
SchemaGroup.setChoice(Boolean choice)
True indicates that this is a choice group, meaning that only one of its segments can exist in
a given message.
|
SchemaGroup |
SchemaGroup.setMaxOccurs(Integer maxOccurs)
The maximum number of times this group can be repeated.
|
SchemaGroup |
SchemaGroup.setMembers(List<GroupOrSegment> members)
Nested groups and/or segments.
|
SchemaGroup |
SchemaGroup.setMinOccurs(Integer minOccurs)
The minimum number of times this group must be present/repeated.
|
SchemaGroup |
SchemaGroup.setName(String name)
The name of this group.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SchemaGroup> |
Hl7SchemaConfig.getMessageSchemaConfigs()
Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema
configuration root group.
|
Modifier and Type | Method and Description |
---|---|
GroupOrSegment |
GroupOrSegment.setGroup(SchemaGroup group) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011–2024 Google. All rights reserved.