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