Uses of Class
com.ibm.fhir.model.resource.MedicinalProductIngredient
-
Packages that use MedicinalProductIngredient Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of MedicinalProductIngredient in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicinalProductIngredient Modifier and Type Method Description MedicinalProductIngredient
MedicinalProductIngredient.Builder. build()
Build theMedicinalProductIngredient
Methods in com.ibm.fhir.model.resource with parameters of type MedicinalProductIngredient Modifier and Type Method Description protected MedicinalProductIngredient.Builder
MedicinalProductIngredient.Builder. from(MedicinalProductIngredient medicinalProductIngredient)
protected void
MedicinalProductIngredient.Builder. validate(MedicinalProductIngredient medicinalProductIngredient)
-
Uses of MedicinalProductIngredient in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type MedicinalProductIngredient Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, MedicinalProductIngredient medicinalProductIngredient)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, MedicinalProductIngredient medicinalProductIngredient)
-