Uses of Class
ca.uhn.fhir.model.dstu2.resource.NutritionOrder.OralDietNutrient
-
Uses of NutritionOrder.OralDietNutrient in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionNutritionOrder.OralDiet.addNutrient()
Adds and returns a new value for nutrient ()NutritionOrder.OralDiet.getNutrientFirstRep()
Gets the first repetition for nutrient (), creating it if it does not already exist.NutritionOrder.OralDietNutrient.setAmount
(SimpleQuantityDt theValue) Sets the value(s) for amount ()NutritionOrder.OralDietNutrient.setModifier
(CodeableConceptDt theValue) Sets the value(s) for modifier ()Modifier and TypeMethodDescriptionNutritionOrder.OralDiet.getNutrient()
Gets the value(s) for nutrient ().Modifier and TypeMethodDescriptionNutritionOrder.OralDiet.addNutrient
(NutritionOrder.OralDietNutrient theValue) Adds a given new value for nutrient ()Modifier and TypeMethodDescriptionNutritionOrder.OralDiet.setNutrient
(List<NutritionOrder.OralDietNutrient> theValue) Sets the value(s) for nutrient ()