Uses of Class
org.hl7.fhir.r5.model.Substance.SubstanceIngredientComponent
-
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Substance.SubstanceIngredientComponent
JsonParser.parseSubstanceIngredientComponent
(com.google.gson.JsonObject json) protected Substance.SubstanceIngredientComponent
XmlParser.parseSubstanceIngredientComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSubstanceIngredientComponent
(String name, Substance.SubstanceIngredientComponent element) protected void
RdfParser.composeSubstanceIngredientComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Substance.SubstanceIngredientComponent element, int index) protected void
XmlParser.composeSubstanceIngredientComponent
(String name, Substance.SubstanceIngredientComponent element) protected void
XmlParser.composeSubstanceIngredientComponentElements
(Substance.SubstanceIngredientComponent element) protected void
JsonParser.composeSubstanceIngredientComponentProperties
(Substance.SubstanceIngredientComponent element) protected boolean
XmlParser.parseSubstanceIngredientComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance.SubstanceIngredientComponent res) protected void
JsonParser.parseSubstanceIngredientComponentProperties
(com.google.gson.JsonObject json, Substance.SubstanceIngredientComponent res) -
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Substance.SubstanceIngredientComponent> Substance.ingredient
A substance can be composed of other substances.Modifier and TypeMethodDescriptionSubstance.addIngredient()
Substance.SubstanceIngredientComponent.copy()
Substance.getIngredientFirstRep()
Substance.SubstanceIngredientComponent.setQuantity
(Ratio value) Substance.SubstanceIngredientComponent.setSubstance
(DataType value) Modifier and TypeMethodDescriptionSubstance.addIngredient
(Substance.SubstanceIngredientComponent t) void
Substance.SubstanceIngredientComponent.copyValues
(Substance.SubstanceIngredientComponent dst) Modifier and TypeMethodDescriptionSubstance.setIngredient
(List<Substance.SubstanceIngredientComponent> theIngredient)