Uses of Class
org.linuxforhealth.fhir.model.resource.NutritionOrder.Supplement
-
Packages that use NutritionOrder.Supplement Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of NutritionOrder.Supplement in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return NutritionOrder.Supplement Modifier and Type Method Description NutritionOrder.Supplement
NutritionOrder.Supplement.Builder. build()
Build theNutritionOrder.Supplement
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type NutritionOrder.Supplement Modifier and Type Method Description java.util.List<NutritionOrder.Supplement>
NutritionOrder. getSupplement()
Oral nutritional products given in order to add further nutritional value to the patient's diet.Methods in org.linuxforhealth.fhir.model.resource with parameters of type NutritionOrder.Supplement Modifier and Type Method Description protected NutritionOrder.Supplement.Builder
NutritionOrder.Supplement.Builder. from(NutritionOrder.Supplement supplement)
NutritionOrder.Builder
NutritionOrder.Builder. supplement(NutritionOrder.Supplement... supplement)
Oral nutritional products given in order to add further nutritional value to the patient's diet.protected void
NutritionOrder.Supplement.Builder. validate(NutritionOrder.Supplement supplement)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type NutritionOrder.Supplement Modifier and Type Method Description NutritionOrder.Builder
NutritionOrder.Builder. supplement(java.util.Collection<NutritionOrder.Supplement> supplement)
Oral nutritional products given in order to add further nutritional value to the patient's diet.
-