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