
Uses of Class
org.hl7.fhir.r5.model.Substance
Packages that use Substance
-
Uses of Substance in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SubstanceModifier and TypeMethodDescriptionprotected Substance
JsonParser.parseSubstance
(com.google.gson.JsonObject json) protected Substance
XmlParser.parseSubstance
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type SubstanceModifier and TypeMethodDescriptionprotected void
JsonParser.composeSubstance
(String name, Substance element) protected void
RdfParser.composeSubstance
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Substance element, int index) protected void
XmlParser.composeSubstance
(String name, Substance element) protected void
XmlParser.composeSubstanceElements
(Substance element) protected void
JsonParser.composeSubstanceProperties
(Substance element) protected boolean
XmlParser.parseSubstanceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance res) protected void
JsonParser.parseSubstanceProperties
(com.google.gson.JsonObject json, Substance res) -
Uses of Substance in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return SubstanceModifier and TypeMethodDescriptionSubstance.addCategory
(CodeableConcept t) Substance.addIdentifier
(Identifier t) Substance.addIngredient
(Substance.SubstanceIngredientComponent t) Substance.copy()
Substance.setCategory
(List<CodeableConcept> theCategory) Substance.setCode
(CodeableReference value) Substance.setDescription
(String value) Substance.setDescriptionElement
(MarkdownType value) Substance.setExpiryElement
(DateTimeType value) Substance.setIdentifier
(List<Identifier> theIdentifier) Substance.setIngredient
(List<Substance.SubstanceIngredientComponent> theIngredient) Substance.setInstance
(boolean value) Substance.setInstanceElement
(BooleanType value) Substance.setQuantity
(Quantity value) Substance.setStatus
(Substance.FHIRSubstanceStatus value) Substance.setStatusElement
(Enumeration<Substance.FHIRSubstanceStatus> value) protected Substance
Substance.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Substance