public static class NutritionOrder.OralDietTexture extends BaseIdentifiableElement implements IResourceBlock
Definition: Class that describes any texture modifications required for the patient to safely consume various types of solid foods.
| Constructor and Description |
|---|
OralDietTexture() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
BoundCodeableConceptDt<TextureModifiedFoodTypeCodesEnum> |
getFoodType()
Gets the value(s) for foodType ().
|
BoundCodeableConceptDt<TextureModifierCodesEnum> |
getModifier()
Gets the value(s) for modifier ().
|
boolean |
isEmpty() |
NutritionOrder.OralDietTexture |
setFoodType(BoundCodeableConceptDt<TextureModifiedFoodTypeCodesEnum> theValue)
Sets the value(s) for foodType ()
|
NutritionOrder.OralDietTexture |
setFoodType(TextureModifiedFoodTypeCodesEnum theValue)
Sets the value(s) for foodType ()
|
NutritionOrder.OralDietTexture |
setModifier(BoundCodeableConceptDt<TextureModifierCodesEnum> theValue)
Sets the value(s) for modifier ()
|
NutritionOrder.OralDietTexture |
setModifier(TextureModifierCodesEnum theValue)
Sets the value(s) for modifier ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic OralDietTexture()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BoundCodeableConceptDt<TextureModifierCodesEnum> getModifier()
null.
Definition: Any texture modifications (for solid foods) that should be made, e.g. easy to chew, chopped, ground, and pureed.
public NutritionOrder.OralDietTexture setModifier(BoundCodeableConceptDt<TextureModifierCodesEnum> theValue)
Definition: Any texture modifications (for solid foods) that should be made, e.g. easy to chew, chopped, ground, and pureed.
public NutritionOrder.OralDietTexture setModifier(TextureModifierCodesEnum theValue)
Definition: Any texture modifications (for solid foods) that should be made, e.g. easy to chew, chopped, ground, and pureed.
public BoundCodeableConceptDt<TextureModifiedFoodTypeCodesEnum> getFoodType()
null.
Definition: The food type(s) (e.g. meats, all foods) that the texture modification applies to. This could be all foods types.
public NutritionOrder.OralDietTexture setFoodType(BoundCodeableConceptDt<TextureModifiedFoodTypeCodesEnum> theValue)
Definition: The food type(s) (e.g. meats, all foods) that the texture modification applies to. This could be all foods types.
public NutritionOrder.OralDietTexture setFoodType(TextureModifiedFoodTypeCodesEnum theValue)
Definition: The food type(s) (e.g. meats, all foods) that the texture modification applies to. This could be all foods types.
Copyright © 2014–2016 University Health Network. All rights reserved.