Uses of Class
org.hl7.fhir.r4.model.Medication.MedicationIngredientComponent
-
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Medication.MedicationIngredientComponent
JsonParser.parseMedicationMedicationIngredientComponent
(com.google.gson.JsonObject json, Medication owner) protected Medication.MedicationIngredientComponent
XmlParser.parseMedicationMedicationIngredientComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationMedicationIngredientComponent
(String name, Medication.MedicationIngredientComponent element) protected void
RdfParser.composeMedicationMedicationIngredientComponent
(Turtle.Complex parent, String parentType, String name, Medication.MedicationIngredientComponent element, int index) protected void
XmlParser.composeMedicationMedicationIngredientComponent
(String name, Medication.MedicationIngredientComponent element) protected void
XmlParser.composeMedicationMedicationIngredientComponentElements
(Medication.MedicationIngredientComponent element) protected void
JsonParser.composeMedicationMedicationIngredientComponentInner
(Medication.MedicationIngredientComponent element) protected boolean
XmlParser.parseMedicationMedicationIngredientComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationIngredientComponent res) protected void
JsonParser.parseMedicationMedicationIngredientComponentProperties
(com.google.gson.JsonObject json, Medication owner, Medication.MedicationIngredientComponent res) -
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Medication.MedicationIngredientComponent> Medication.ingredient
Identifies a particular constituent of interest in the product.Modifier and TypeMethodDescriptionMedication.addIngredient()
Medication.MedicationIngredientComponent.copy()
Medication.getIngredientFirstRep()
Medication.MedicationIngredientComponent.setIsActive
(boolean value) Medication.MedicationIngredientComponent.setIsActiveElement
(BooleanType value) Medication.MedicationIngredientComponent.setStrength
(Ratio value) Modifier and TypeMethodDescriptionMedication.addIngredient
(Medication.MedicationIngredientComponent t) void
Medication.MedicationIngredientComponent.copyValues
(Medication.MedicationIngredientComponent dst) Modifier and TypeMethodDescriptionMedication.setIngredient
(List<Medication.MedicationIngredientComponent> theIngredient)