| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Enumeration<ElementDefinition.AggregationMode>> |
ElementDefinition.TypeRefComponent.aggregation
If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementDefinition.AggregationMode |
ElementDefinition.AggregationMode.fromCode(String codeString) |
ElementDefinition.AggregationMode |
ElementDefinition.AggregationModeEnumFactory.fromCode(String codeString) |
static ElementDefinition.AggregationMode |
ElementDefinition.AggregationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementDefinition.AggregationMode[] |
ElementDefinition.AggregationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ElementDefinition.AggregationMode> |
ElementDefinition.TypeRefComponent.addAggregationElement() |
Enumeration<ElementDefinition.AggregationMode> |
ElementDefinition.AggregationModeEnumFactory.fromType(Base code) |
List<Enumeration<ElementDefinition.AggregationMode>> |
ElementDefinition.TypeRefComponent.getAggregation() |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition.TypeRefComponent |
ElementDefinition.TypeRefComponent.addAggregation(ElementDefinition.AggregationMode value) |
boolean |
ElementDefinition.TypeRefComponent.hasAggregation(ElementDefinition.AggregationMode value) |
String |
ElementDefinition.AggregationModeEnumFactory.toCode(ElementDefinition.AggregationMode code) |
String |
ElementDefinition.AggregationModeEnumFactory.toSystem(ElementDefinition.AggregationMode code) |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition.TypeRefComponent |
ElementDefinition.TypeRefComponent.setAggregation(List<Enumeration<ElementDefinition.AggregationMode>> theAggregation) |
Copyright © 2014–2021 Health Level 7. All rights reserved.