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 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 SubstanceModifier and TypeMethodDescriptionprotected 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 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(StringType 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 SubstanceSubstance.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Substance