| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.composite | |
| ca.uhn.fhir.model.dstu2.valueset |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeDt<AggregationModeEnum> |
ElementDefinitionDt.Type.addAggregation()
Add a value for aggregation ()
|
BoundCodeDt<AggregationModeEnum> |
ElementDefinitionDt.Type.addAggregation(AggregationModeEnum theValue)
Add a value for aggregation () using an enumerated type.
|
List<BoundCodeDt<AggregationModeEnum>> |
ElementDefinitionDt.Type.getAggregation()
Gets the value(s) for aggregation ().
|
BoundCodeDt<AggregationModeEnum> |
ElementDefinitionDt.Type.getAggregationFirstRep()
Gets the first repetition for aggregation (),
creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCodeDt<AggregationModeEnum> |
ElementDefinitionDt.Type.addAggregation(AggregationModeEnum theValue)
Add a value for aggregation () using an enumerated type.
|
ElementDefinitionDt.Type |
ElementDefinitionDt.Type.setAggregation(AggregationModeEnum theValue)
Sets the value(s), and clears any existing value(s) for aggregation ()
|
| Modifier and Type | Method and Description |
|---|---|
ElementDefinitionDt.Type |
ElementDefinitionDt.Type.setAggregation(List<BoundCodeDt<AggregationModeEnum>> theValue)
Sets the value(s) for aggregation ()
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AggregationModeEnum> |
AggregationModeEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static AggregationModeEnum |
AggregationModeEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static AggregationModeEnum |
AggregationModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationModeEnum[] |
AggregationModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2016 University Health Network. All rights reserved.