Uses of Class
org.linuxforhealth.fhir.model.resource.Substance.Ingredient
-
Packages that use Substance.Ingredient Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Substance.Ingredient in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Substance.Ingredient Modifier and Type Method Description Substance.Ingredient
Substance.Ingredient.Builder. build()
Build theSubstance.Ingredient
Methods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type Substance.Ingredient Modifier and Type Method Description Substance.Builder
Substance.Builder. ingredient(java.util.Collection<Substance.Ingredient> ingredient)
A substance can be composed of other substances.
-