public static class NutritionOrder.OralDietTexture extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getFoodType()
Gets the value(s) for foodType ().
|
CodeableConceptDt |
getModifier()
Gets the value(s) for modifier ().
|
boolean |
isEmpty() |
NutritionOrder.OralDietTexture |
setFoodType(CodeableConceptDt theValue)
Sets the value(s) for foodType ()
|
NutritionOrder.OralDietTexture |
setModifier(CodeableConceptDt theValue)
Sets the value(s) for modifier ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic OralDietTexture()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic CodeableConceptDt 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(CodeableConceptDt theValue)
Definition: Any texture modifications (for solid foods) that should be made, e.g. easy to chew, chopped, ground, and pureed.
public CodeableConceptDt 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(CodeableConceptDt 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–2018 University Health Network. All rights reserved.