Uses of Class
org.linuxforhealth.fhir.model.resource.Medication.Ingredient
-
Packages that use Medication.Ingredient Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Medication.Ingredient in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Medication.Ingredient Modifier and Type Method Description Medication.Ingredient
Medication.Ingredient.Builder. build()
Build theMedication.Ingredient
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Medication.Ingredient Modifier and Type Method Description java.util.List<Medication.Ingredient>
Medication. getIngredient()
Identifies a particular constituent of interest in the product.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Medication.Ingredient Modifier and Type Method Description protected Medication.Ingredient.Builder
Medication.Ingredient.Builder. from(Medication.Ingredient ingredient)
Medication.Builder
Medication.Builder. ingredient(Medication.Ingredient... ingredient)
Identifies a particular constituent of interest in the product.protected void
Medication.Ingredient.Builder. validate(Medication.Ingredient ingredient)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Medication.Ingredient Modifier and Type Method Description Medication.Builder
Medication.Builder. ingredient(java.util.Collection<Medication.Ingredient> ingredient)
Identifies a particular constituent of interest in the product.
-