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.Ingredient
Substance.Ingredient.Builder. build()
Build theSubstance.Ingredient
Methods in com.ibm.fhir.model.resource that return types with arguments of type Substance.Ingredient Modifier and Type Method Description 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.Builder
Substance.Ingredient.Builder. from(Substance.Ingredient ingredient)
Substance.Builder
Substance.Builder. ingredient(Substance.Ingredient... ingredient)
A substance can be composed of other substances.protected void
Substance.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.Builder
Substance.Builder. ingredient(Collection<Substance.Ingredient> ingredient)
A substance can be composed of other substances.
-