
Uses of Class
org.hl7.fhir.r4.model.MedicinalProductIngredient
Packages that use MedicinalProductIngredient
-
Uses of MedicinalProductIngredient in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicinalProductIngredientModifier and TypeMethodDescriptionprotected MedicinalProductIngredientJsonParser.parseMedicinalProductIngredient(com.google.gson.JsonObject json) protected MedicinalProductIngredientXmlParser.parseMedicinalProductIngredient(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type MedicinalProductIngredientModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicinalProductIngredient(String name, MedicinalProductIngredient element) protected voidRdfParser.composeMedicinalProductIngredient(Turtle.Complex parent, String parentType, String name, MedicinalProductIngredient element, int index) protected voidXmlParser.composeMedicinalProductIngredient(String name, MedicinalProductIngredient element) protected voidXmlParser.composeMedicinalProductIngredientElements(MedicinalProductIngredient element) protected voidJsonParser.composeMedicinalProductIngredientInner(MedicinalProductIngredient element) protected booleanXmlParser.parseMedicinalProductIngredientContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient res) JsonParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponent(com.google.gson.JsonObject json, MedicinalProductIngredient owner) XmlParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner) protected booleanXmlParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent res) protected voidJsonParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponentProperties(com.google.gson.JsonObject json, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent res) JsonParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponent(com.google.gson.JsonObject json, MedicinalProductIngredient owner) XmlParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner) protected booleanXmlParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent res) protected voidJsonParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponentProperties(com.google.gson.JsonObject json, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent res) JsonParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent(com.google.gson.JsonObject json, MedicinalProductIngredient owner) XmlParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner) protected booleanXmlParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent res) protected voidJsonParser.parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponentProperties(com.google.gson.JsonObject json, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent res) JsonParser.parseMedicinalProductIngredientMedicinalProductIngredientSubstanceComponent(com.google.gson.JsonObject json, MedicinalProductIngredient owner) XmlParser.parseMedicinalProductIngredientMedicinalProductIngredientSubstanceComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner) protected booleanXmlParser.parseMedicinalProductIngredientMedicinalProductIngredientSubstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent res) protected voidJsonParser.parseMedicinalProductIngredientMedicinalProductIngredientSubstanceComponentProperties(com.google.gson.JsonObject json, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent res) protected voidJsonParser.parseMedicinalProductIngredientProperties(com.google.gson.JsonObject json, MedicinalProductIngredient res) -
Uses of MedicinalProductIngredient in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicinalProductIngredientModifier and TypeFieldDescriptionprotected 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 MedicinalProductIngredientModifier and TypeMethodDescriptionMedicinalProductIngredient.addManufacturer(Reference t) MedicinalProductIngredient.addSpecifiedSubstance(MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent t) MedicinalProductIngredient.copy()MedicinalProductIngredient.setAllergenicIndicator(boolean value) MedicinalProductIngredient.setAllergenicIndicatorElement(BooleanType value) MedicinalProductIngredient.setIdentifier(Identifier value) MedicinalProductIngredient.setManufacturer(List<Reference> theManufacturer) MedicinalProductIngredient.setRole(CodeableConcept value) MedicinalProductIngredient.setSpecifiedSubstance(List<MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent> theSpecifiedSubstance) MedicinalProductIngredient.setSubstance(MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent value) protected MedicinalProductIngredientMedicinalProductIngredient.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type MedicinalProductIngredientModifier and TypeMethodDescriptionvoidMedicinalProductIngredient.copyValues(MedicinalProductIngredient dst)