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.IngredientMedication.Ingredient.Builder. build()Build theMedication.IngredientMethods 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.BuilderMedication.Ingredient.Builder. from(Medication.Ingredient ingredient)Medication.BuilderMedication.Builder. ingredient(Medication.Ingredient... ingredient)Identifies a particular constituent of interest in the product.protected voidMedication.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.BuilderMedication.Builder. ingredient(java.util.Collection<Medication.Ingredient> ingredient)Identifies a particular constituent of interest in the product.
-