Uses of Class
org.hl7.fhir.dstu2.model.Substance
-
Uses of Substance in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Substance
JsonParser.parseSubstance
(com.google.gson.JsonObject json) protected Substance
XmlParser.parseSubstance
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSubstance
(String name, Substance element) protected void
XmlParser.composeSubstance
(String name, Substance element) protected void
JsonParser.composeSubstanceInner
(Substance element) protected Substance.SubstanceIngredientComponent
JsonParser.parseSubstanceSubstanceIngredientComponent
(com.google.gson.JsonObject json, Substance owner) protected Substance.SubstanceIngredientComponent
XmlParser.parseSubstanceSubstanceIngredientComponent
(org.xmlpull.v1.XmlPullParser xpp, Substance owner) protected Substance.SubstanceInstanceComponent
JsonParser.parseSubstanceSubstanceInstanceComponent
(com.google.gson.JsonObject json, Substance owner) protected Substance.SubstanceInstanceComponent
XmlParser.parseSubstanceSubstanceInstanceComponent
(org.xmlpull.v1.XmlPullParser xpp, Substance owner) -
Uses of Substance in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Substance
Substance.SubstanceIngredientComponent.substanceTarget
The actual object that is the target of the reference (Another substance that is a component of this substance.)Modifier and TypeFieldDescriptionSpecimen.SpecimenTreatmentComponent.additiveTarget
The actual objects that are the target of the reference (Material used in the processing step.)Modifier and TypeMethodDescriptionSpecimen.SpecimenTreatmentComponent.addAdditiveTarget()
Substance.addCategory
(CodeableConcept t) Substance.addIdentifier
(Identifier t) Substance.addIngredient
(Substance.SubstanceIngredientComponent t) Substance.addInstance
(Substance.SubstanceInstanceComponent t) Substance.copy()
Substance.SubstanceIngredientComponent.getSubstanceTarget()
Substance.setCode
(CodeableConcept value) Substance.setDescription
(String value) Substance.setDescriptionElement
(StringType value) protected Substance
Substance.typedCopy()
Modifier and TypeMethodDescriptionSubstance.SubstanceIngredientComponent.setSubstanceTarget
(Substance value)