| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource | |
| ca.uhn.fhir.model.dstu2.valueset |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> |
NutritionOrder.OralDiet.addFluidConsistencyType()
Add a value for fluidConsistencyType ()
|
BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> |
NutritionOrder.OralDiet.addFluidConsistencyType(FluidConsistencyTypeCodesEnum theValue)
Add a value for fluidConsistencyType () using an enumerated type.
|
List<BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum>> |
NutritionOrder.OralDiet.getFluidConsistencyType()
Gets the value(s) for fluidConsistencyType ().
|
BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> |
NutritionOrder.OralDiet.getFluidConsistencyTypeFirstRep()
Gets the first repetition for fluidConsistencyType (),
creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> |
NutritionOrder.OralDiet.addFluidConsistencyType(FluidConsistencyTypeCodesEnum theValue)
Add a value for fluidConsistencyType () using an enumerated type.
|
NutritionOrder.OralDiet |
NutritionOrder.OralDiet.setFluidConsistencyType(FluidConsistencyTypeCodesEnum theValue)
Sets the value(s), and clears any existing value(s) for fluidConsistencyType ()
|
| Modifier and Type | Method and Description |
|---|---|
NutritionOrder.OralDiet |
NutritionOrder.OralDiet.setFluidConsistencyType(List<BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum>> theValue)
Sets the value(s) for fluidConsistencyType ()
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<FluidConsistencyTypeCodesEnum> |
FluidConsistencyTypeCodesEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static FluidConsistencyTypeCodesEnum |
FluidConsistencyTypeCodesEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static FluidConsistencyTypeCodesEnum |
FluidConsistencyTypeCodesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FluidConsistencyTypeCodesEnum[] |
FluidConsistencyTypeCodesEnum.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.