Uses of Class
org.hl7.fhir.dstu2.model.Substance.SubstanceIngredientComponent
-
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Substance.SubstanceIngredientComponent
JsonParser.parseSubstanceSubstanceIngredientComponent
(com.google.gson.JsonObject json, Substance owner) protected Substance.SubstanceIngredientComponent
XmlParser.parseSubstanceSubstanceIngredientComponent
(org.xmlpull.v1.XmlPullParser xpp, Substance owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSubstanceSubstanceIngredientComponent
(String name, Substance.SubstanceIngredientComponent element) protected void
XmlParser.composeSubstanceSubstanceIngredientComponent
(String name, Substance.SubstanceIngredientComponent element) protected void
JsonParser.composeSubstanceSubstanceIngredientComponentInner
(Substance.SubstanceIngredientComponent element) -
Uses of Substance.SubstanceIngredientComponent in org.hl7.fhir.dstu2.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.SubstanceIngredientComponent.setQuantity
(Ratio value) Substance.SubstanceIngredientComponent.setSubstance
(Reference value) Substance.SubstanceIngredientComponent.setSubstanceTarget
(Substance value) Modifier and TypeMethodDescriptionSubstance.addIngredient
(Substance.SubstanceIngredientComponent t)