Uses of Class
org.hl7.fhir.dstu2.model.Substance
-
Packages that use Substance Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Substance in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Substance Modifier and Type Method Description protected SubstanceJsonParser. parseSubstance(com.google.gson.JsonObject json)protected SubstanceXmlParser. parseSubstance(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Substance Modifier and Type Method Description protected voidJsonParser. composeSubstance(String name, Substance element)protected voidXmlParser. composeSubstance(String name, Substance element)protected voidJsonParser. composeSubstanceInner(Substance element)protected Substance.SubstanceIngredientComponentJsonParser. parseSubstanceSubstanceIngredientComponent(com.google.gson.JsonObject json, Substance owner)protected Substance.SubstanceIngredientComponentXmlParser. parseSubstanceSubstanceIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner)protected Substance.SubstanceInstanceComponentJsonParser. parseSubstanceSubstanceInstanceComponent(com.google.gson.JsonObject json, Substance owner)protected Substance.SubstanceInstanceComponentXmlParser. parseSubstanceSubstanceInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner) -
Uses of Substance in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Substance Modifier and Type Field Description protected SubstanceSubstance.SubstanceIngredientComponent. substanceTargetThe actual object that is the target of the reference (Another substance that is a component of this substance.)Fields in org.hl7.fhir.dstu2.model with type parameters of type Substance Modifier and Type Field Description protected List<Substance>Specimen.SpecimenTreatmentComponent. additiveTargetThe actual objects that are the target of the reference (Material used in the processing step.)Methods in org.hl7.fhir.dstu2.model that return Substance Modifier and Type Method Description SubstanceSpecimen.SpecimenTreatmentComponent. addAdditiveTarget()SubstanceSubstance. addCategory(CodeableConcept t)SubstanceSubstance. addIdentifier(Identifier t)SubstanceSubstance. addIngredient(Substance.SubstanceIngredientComponent t)SubstanceSubstance. addInstance(Substance.SubstanceInstanceComponent t)SubstanceSubstance. copy()SubstanceSubstance.SubstanceIngredientComponent. getSubstanceTarget()SubstanceSubstance. setCode(CodeableConcept value)SubstanceSubstance. setDescription(String value)SubstanceSubstance. setDescriptionElement(StringType value)protected SubstanceSubstance. typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Substance Modifier and Type Method Description List<Substance>Specimen.SpecimenTreatmentComponent. getAdditiveTarget()Methods in org.hl7.fhir.dstu2.model with parameters of type Substance Modifier and Type Method Description Substance.SubstanceIngredientComponentSubstance.SubstanceIngredientComponent. setSubstanceTarget(Substance value)
-