Uses of Class
ca.uhn.fhir.model.dstu2.resource.NutritionOrder.OralDietTexture
-
Packages that use NutritionOrder.OralDietTexture Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of NutritionOrder.OralDietTexture in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return NutritionOrder.OralDietTexture Modifier and Type Method Description NutritionOrder.OralDietTextureNutritionOrder.OralDiet. addTexture()Adds and returns a new value for texture ()NutritionOrder.OralDietTextureNutritionOrder.OralDiet. getTextureFirstRep()Gets the first repetition for texture (), creating it if it does not already exist.NutritionOrder.OralDietTextureNutritionOrder.OralDietTexture. setFoodType(CodeableConceptDt theValue)Sets the value(s) for foodType ()NutritionOrder.OralDietTextureNutritionOrder.OralDietTexture. setModifier(CodeableConceptDt theValue)Sets the value(s) for modifier ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type NutritionOrder.OralDietTexture Modifier and Type Method Description List<NutritionOrder.OralDietTexture>NutritionOrder.OralDiet. getTexture()Gets the value(s) for texture ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type NutritionOrder.OralDietTexture Modifier and Type Method Description NutritionOrder.OralDietNutritionOrder.OralDiet. addTexture(NutritionOrder.OralDietTexture theValue)Adds a given new value for texture ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type NutritionOrder.OralDietTexture Modifier and Type Method Description NutritionOrder.OralDietNutritionOrder.OralDiet. setTexture(List<NutritionOrder.OralDietTexture> theValue)Sets the value(s) for texture ()
-