Uses of Class
org.hl7.fhir.r5.model.Medication.MedicationIngredientComponent
-
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Medication.MedicationIngredientComponent
JsonParser.parseMedicationIngredientComponent
(com.google.gson.JsonObject json) protected Medication.MedicationIngredientComponent
XmlParser.parseMedicationIngredientComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationIngredientComponent
(String name, Medication.MedicationIngredientComponent element) protected void
RdfParser.composeMedicationIngredientComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Medication.MedicationIngredientComponent element, int index) protected void
XmlParser.composeMedicationIngredientComponent
(String name, Medication.MedicationIngredientComponent element) protected void
XmlParser.composeMedicationIngredientComponentElements
(Medication.MedicationIngredientComponent element) protected void
JsonParser.composeMedicationIngredientComponentProperties
(Medication.MedicationIngredientComponent element) protected boolean
XmlParser.parseMedicationIngredientComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication.MedicationIngredientComponent res) protected void
JsonParser.parseMedicationIngredientComponentProperties
(com.google.gson.JsonObject json, Medication.MedicationIngredientComponent res) -
Uses of Medication.MedicationIngredientComponent in org.hl7.fhir.r5.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.setItem
(CodeableReference value) Medication.MedicationIngredientComponent.setStrength
(DataType value) Modifier and TypeMethodDescriptionMedication.addIngredient
(Medication.MedicationIngredientComponent t) void
Medication.MedicationIngredientComponent.copyValues
(Medication.MedicationIngredientComponent dst) Modifier and TypeMethodDescriptionMedication.setIngredient
(List<Medication.MedicationIngredientComponent> theIngredient)