Uses of Class
com.ibm.fhir.model.resource.Medication.Ingredient
-
Packages that use Medication.Ingredient Package Description com.ibm.fhir.model.resource -
-
Uses of Medication.Ingredient in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Medication.Ingredient Modifier and Type Method Description Medication.Ingredient
Medication.Ingredient.Builder. build()
Build theMedication.Ingredient
Methods in com.ibm.fhir.model.resource that return types with arguments of type Medication.Ingredient Modifier and Type Method Description List<Medication.Ingredient>
Medication. getIngredient()
Identifies a particular constituent of interest in the product.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Medication.Ingredient Modifier and Type Method Description Medication.Builder
Medication.Builder. ingredient(Collection<Medication.Ingredient> ingredient)
Identifies a particular constituent of interest in the product.
-