Uses of Class
org.hl7.fhir.r5.model.Substance
-
Packages that use Substance Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Substance in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type Substance Modifier and Type Method Description protected voidJsonParser. composeSubstance(String name, Substance element)protected voidRdfParser. composeSubstance(org.hl7.fhir.utilities.turtle.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. composeSubstanceProperties(Substance element)protected booleanXmlParser. parseSubstanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance res)protected voidJsonParser. parseSubstanceProperties(com.google.gson.JsonObject json, Substance res) -
Uses of Substance in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Substance Modifier and Type Method Description voidSubstance. copyValues(Substance dst)
-