Uses of Class
org.linuxforhealth.fhir.model.resource.NutritionOrder.OralDiet.Nutrient
-
Packages that use NutritionOrder.OralDiet.Nutrient Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of NutritionOrder.OralDiet.Nutrient in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return NutritionOrder.OralDiet.Nutrient Modifier and Type Method Description NutritionOrder.OralDiet.Nutrient
NutritionOrder.OralDiet.Nutrient.Builder. build()
Build theNutritionOrder.OralDiet.Nutrient
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type NutritionOrder.OralDiet.Nutrient Modifier and Type Method Description java.util.List<NutritionOrder.OralDiet.Nutrient>
NutritionOrder.OralDiet. getNutrient()
Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet.Methods in org.linuxforhealth.fhir.model.resource with parameters of type NutritionOrder.OralDiet.Nutrient Modifier and Type Method Description protected NutritionOrder.OralDiet.Nutrient.Builder
NutritionOrder.OralDiet.Nutrient.Builder. from(NutritionOrder.OralDiet.Nutrient nutrient)
NutritionOrder.OralDiet.Builder
NutritionOrder.OralDiet.Builder. nutrient(NutritionOrder.OralDiet.Nutrient... nutrient)
Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet.protected void
NutritionOrder.OralDiet.Nutrient.Builder. validate(NutritionOrder.OralDiet.Nutrient nutrient)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type NutritionOrder.OralDiet.Nutrient Modifier and Type Method Description NutritionOrder.OralDiet.Builder
NutritionOrder.OralDiet.Builder. nutrient(java.util.Collection<NutritionOrder.OralDiet.Nutrient> nutrient)
Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet.
-