Uses of Class
com.ibm.fhir.model.resource.Substance.Ingredient
-
Packages that use Substance.Ingredient Package Description com.ibm.fhir.model.resource -
-
Uses of Substance.Ingredient in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Substance.Ingredient Modifier and Type Method Description Substance.IngredientSubstance.Ingredient.Builder. build()Build theSubstance.IngredientMethods in com.ibm.fhir.model.resource that return types with arguments of type Substance.Ingredient Modifier and Type Method Description java.util.List<Substance.Ingredient>Substance. getIngredient()A substance can be composed of other substances.Methods in com.ibm.fhir.model.resource with parameters of type Substance.Ingredient Modifier and Type Method Description protected Substance.Ingredient.BuilderSubstance.Ingredient.Builder. from(Substance.Ingredient ingredient)Substance.BuilderSubstance.Builder. ingredient(Substance.Ingredient... ingredient)A substance can be composed of other substances.protected voidSubstance.Ingredient.Builder. validate(Substance.Ingredient ingredient)Method parameters in com.ibm.fhir.model.resource with type arguments of type Substance.Ingredient Modifier and Type Method Description Substance.BuilderSubstance.Builder. ingredient(java.util.Collection<Substance.Ingredient> ingredient)A substance can be composed of other substances.
-