Uses of Class
com.ibm.fhir.model.resource.NutritionOrder.Supplement
-
Packages that use NutritionOrder.Supplement Package Description com.ibm.fhir.model.resource -
-
Uses of NutritionOrder.Supplement in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return NutritionOrder.Supplement Modifier and Type Method Description NutritionOrder.Supplement
NutritionOrder.Supplement.Builder. build()
Build theNutritionOrder.Supplement
Methods in com.ibm.fhir.model.resource that return types with arguments of type NutritionOrder.Supplement Modifier and Type Method Description List<NutritionOrder.Supplement>
NutritionOrder. getSupplement()
Oral nutritional products given in order to add further nutritional value to the patient's diet.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type NutritionOrder.Supplement Modifier and Type Method Description NutritionOrder.Builder
NutritionOrder.Builder. supplement(Collection<NutritionOrder.Supplement> supplement)
Oral nutritional products given in order to add further nutritional value to the patient's diet.
-