Uses of Class
com.ibm.fhir.model.resource.MedicinalProductIngredient.SpecifiedSubstance
-
Packages that use MedicinalProductIngredient.SpecifiedSubstance Package Description com.ibm.fhir.model.resource -
-
Uses of MedicinalProductIngredient.SpecifiedSubstance in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicinalProductIngredient.SpecifiedSubstance Modifier and Type Method Description MedicinalProductIngredient.SpecifiedSubstance
MedicinalProductIngredient.SpecifiedSubstance.Builder. build()
Methods in com.ibm.fhir.model.resource that return types with arguments of type MedicinalProductIngredient.SpecifiedSubstance Modifier and Type Method Description List<MedicinalProductIngredient.SpecifiedSubstance>
MedicinalProductIngredient. getSpecifiedSubstance()
A specified substance that comprises this ingredient.Methods in com.ibm.fhir.model.resource with parameters of type MedicinalProductIngredient.SpecifiedSubstance Modifier and Type Method Description protected MedicinalProductIngredient.SpecifiedSubstance.Builder
MedicinalProductIngredient.SpecifiedSubstance.Builder. from(MedicinalProductIngredient.SpecifiedSubstance specifiedSubstance)
MedicinalProductIngredient.Builder
MedicinalProductIngredient.Builder. specifiedSubstance(MedicinalProductIngredient.SpecifiedSubstance... specifiedSubstance)
A specified substance that comprises this ingredient.Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicinalProductIngredient.SpecifiedSubstance Modifier and Type Method Description MedicinalProductIngredient.Builder
MedicinalProductIngredient.Builder. specifiedSubstance(Collection<MedicinalProductIngredient.SpecifiedSubstance> specifiedSubstance)
A specified substance that comprises this ingredient.
-