Uses of Class
org.hl7.fhir.r4.model.Substance
-
Packages that use Substance Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Substance in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type Substance Modifier and Type Method Description protected voidJsonParser. composeSubstance(String name, Substance element)protected voidRdfParser. composeSubstance(Turtle.Complex parent, String parentType, String name, Substance element, int index)protected voidXmlParser. composeSubstance(String name, Substance element)protected voidXmlParser. composeSubstanceElements(Substance element)protected voidJsonParser. composeSubstanceInner(Substance element)protected booleanXmlParser. parseSubstanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance res)protected voidJsonParser. parseSubstanceProperties(com.google.gson.JsonObject json, Substance res)protected Substance.SubstanceIngredientComponentJsonParser. parseSubstanceSubstanceIngredientComponent(com.google.gson.JsonObject json, Substance owner)protected Substance.SubstanceIngredientComponentXmlParser. parseSubstanceSubstanceIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner)protected booleanXmlParser. parseSubstanceSubstanceIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance owner, Substance.SubstanceIngredientComponent res)protected voidJsonParser. parseSubstanceSubstanceIngredientComponentProperties(com.google.gson.JsonObject json, Substance owner, Substance.SubstanceIngredientComponent res)protected Substance.SubstanceInstanceComponentJsonParser. parseSubstanceSubstanceInstanceComponent(com.google.gson.JsonObject json, Substance owner)protected Substance.SubstanceInstanceComponentXmlParser. parseSubstanceSubstanceInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner)protected booleanXmlParser. parseSubstanceSubstanceInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance owner, Substance.SubstanceInstanceComponent res)protected voidJsonParser. parseSubstanceSubstanceInstanceComponentProperties(com.google.gson.JsonObject json, Substance owner, Substance.SubstanceInstanceComponent res) -
Uses of Substance in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Substance Modifier and Type Field Description protected SubstanceBiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent. additiveTargetThe actual object that is the target of the reference (Substance added during processing.)Fields in org.hl7.fhir.r4.model with type parameters of type Substance Modifier and Type Field Description protected List<Substance>Specimen.SpecimenProcessingComponent. additiveTargetThe actual objects that are the target of the reference (Material used in the processing step.)Methods in org.hl7.fhir.r4.model that return types with arguments of type Substance Modifier and Type Method Description List<Substance>Specimen.SpecimenProcessingComponent. getAdditiveTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Substance Modifier and Type Method Description voidSubstance. copyValues(Substance dst)BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponentBiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent. setAdditiveTarget(Substance value)
-