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.SupplementNutritionOrder.Supplement.Builder. build()Build theNutritionOrder.SupplementMethods 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.BuilderNutritionOrder.Supplement.Builder. from(NutritionOrder.Supplement supplement)NutritionOrder.BuilderNutritionOrder.Builder. supplement(NutritionOrder.Supplement... supplement)Oral nutritional products given in order to add further nutritional value to the patient's diet.protected voidNutritionOrder.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.BuilderNutritionOrder.Builder. supplement(java.util.Collection<NutritionOrder.Supplement> supplement)Oral nutritional products given in order to add further nutritional value to the patient's diet. 
 -