Uses of Class
org.linuxforhealth.fhir.model.resource.Ingredient.Substance.Strength
-
Packages that use Ingredient.Substance.Strength Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Ingredient.Substance.Strength in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Ingredient.Substance.Strength Modifier and Type Method Description Ingredient.Substance.Strength
Ingredient.Substance.Strength.Builder. build()
Build theIngredient.Substance.Strength
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Ingredient.Substance.Strength Modifier and Type Method Description java.util.List<Ingredient.Substance.Strength>
Ingredient.Substance. getStrength()
The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Ingredient.Substance.Strength Modifier and Type Method Description protected Ingredient.Substance.Strength.Builder
Ingredient.Substance.Strength.Builder. from(Ingredient.Substance.Strength strength)
Ingredient.Substance.Builder
Ingredient.Substance.Builder. strength(Ingredient.Substance.Strength... strength)
The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item.protected void
Ingredient.Substance.Strength.Builder. validate(Ingredient.Substance.Strength strength)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Ingredient.Substance.Strength Modifier and Type Method Description Ingredient.Substance.Builder
Ingredient.Substance.Builder. strength(java.util.Collection<Ingredient.Substance.Strength> strength)
The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item.
-