Uses of Class
ca.uhn.fhir.model.dstu2.resource.NutritionOrder.OralDietNutrient
-
Packages that use NutritionOrder.OralDietNutrient Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of NutritionOrder.OralDietNutrient in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return NutritionOrder.OralDietNutrient Modifier and Type Method Description NutritionOrder.OralDietNutrientNutritionOrder.OralDiet. addNutrient()Adds and returns a new value for nutrient ()NutritionOrder.OralDietNutrientNutritionOrder.OralDiet. getNutrientFirstRep()Gets the first repetition for nutrient (), creating it if it does not already exist.NutritionOrder.OralDietNutrientNutritionOrder.OralDietNutrient. setAmount(SimpleQuantityDt theValue)Sets the value(s) for amount ()NutritionOrder.OralDietNutrientNutritionOrder.OralDietNutrient. 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.OralDietNutrient Modifier and Type Method Description List<NutritionOrder.OralDietNutrient>NutritionOrder.OralDiet. getNutrient()Gets the value(s) for nutrient ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type NutritionOrder.OralDietNutrient Modifier and Type Method Description NutritionOrder.OralDietNutritionOrder.OralDiet. addNutrient(NutritionOrder.OralDietNutrient theValue)Adds a given new value for nutrient ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type NutritionOrder.OralDietNutrient Modifier and Type Method Description NutritionOrder.OralDietNutritionOrder.OralDiet. setNutrient(List<NutritionOrder.OralDietNutrient> theValue)Sets the value(s) for nutrient ()
-