Uses of Class
org.hl7.fhir.r4.model.MedicinalProductIngredient
-
Packages that use MedicinalProductIngredient Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicinalProductIngredient in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicinalProductIngredient Modifier and Type Method Description protected MedicinalProductIngredientJsonParser. parseMedicinalProductIngredient(com.google.gson.JsonObject json)protected MedicinalProductIngredientXmlParser. parseMedicinalProductIngredient(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MedicinalProductIngredient in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicinalProductIngredient Modifier and Type Field Description protected List<MedicinalProductIngredient>MedicinalProductManufactured. ingredientTargetThe actual objects that are the target of the reference (Ingredient.)protected List<MedicinalProductIngredient>MedicinalProductPharmaceutical. ingredientTargetThe actual objects that are the target of the reference (Ingredient.)Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicinalProductIngredient Modifier and Type Method Description List<MedicinalProductIngredient>MedicinalProductManufactured. getIngredientTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<MedicinalProductIngredient>MedicinalProductPharmaceutical. getIngredientTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type MedicinalProductIngredient Modifier and Type Method Description voidMedicinalProductIngredient. copyValues(MedicinalProductIngredient dst)
-