Uses of Class
org.linuxforhealth.fhir.model.resource.NutritionProduct.Nutrient
-
Packages that use NutritionProduct.Nutrient Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of NutritionProduct.Nutrient in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return NutritionProduct.Nutrient Modifier and Type Method Description NutritionProduct.Nutrient
NutritionProduct.Nutrient.Builder. build()
Build theNutritionProduct.Nutrient
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type NutritionProduct.Nutrient Modifier and Type Method Description java.util.List<NutritionProduct.Nutrient>
NutritionProduct. getNutrient()
The product's nutritional information expressed by the nutrients.Methods in org.linuxforhealth.fhir.model.resource with parameters of type NutritionProduct.Nutrient Modifier and Type Method Description protected NutritionProduct.Nutrient.Builder
NutritionProduct.Nutrient.Builder. from(NutritionProduct.Nutrient nutrient)
NutritionProduct.Builder
NutritionProduct.Builder. nutrient(NutritionProduct.Nutrient... nutrient)
The product's nutritional information expressed by the nutrients.protected void
NutritionProduct.Nutrient.Builder. validate(NutritionProduct.Nutrient nutrient)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type NutritionProduct.Nutrient Modifier and Type Method Description NutritionProduct.Builder
NutritionProduct.Builder. nutrient(java.util.Collection<NutritionProduct.Nutrient> nutrient)
The product's nutritional information expressed by the nutrients.
-