Uses of Class
org.hl7.fhir.r5.model.SubstanceSourceMaterial
Packages that use SubstanceSourceMaterial
-
Uses of SubstanceSourceMaterial in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SubstanceSourceMaterialModifier and TypeMethodDescriptionprotected SubstanceSourceMaterialJsonParser.parseSubstanceSourceMaterial(com.google.gson.JsonObject json)protected SubstanceSourceMaterialXmlParser.parseSubstanceSourceMaterial(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type SubstanceSourceMaterialModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubstanceSourceMaterial(String name, SubstanceSourceMaterial element)protected voidRdfParser.composeSubstanceSourceMaterial(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SubstanceSourceMaterial element, int index)protected voidXmlParser.composeSubstanceSourceMaterial(String name, SubstanceSourceMaterial element)protected voidXmlParser.composeSubstanceSourceMaterialElements(SubstanceSourceMaterial element)protected voidJsonParser.composeSubstanceSourceMaterialProperties(SubstanceSourceMaterial element)protected booleanXmlParser.parseSubstanceSourceMaterialContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial res)protected voidJsonParser.parseSubstanceSourceMaterialProperties(com.google.gson.JsonObject json, SubstanceSourceMaterial res) -
Uses of SubstanceSourceMaterial in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return SubstanceSourceMaterialModifier and TypeMethodDescriptionSubstanceSourceMaterial.addCountryOfOrigin(CodeableConcept t)SubstanceSourceMaterial.addFractionDescription(SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent t)SubstanceSourceMaterial.addGeographicalLocation(String value)SubstanceSourceMaterial.addParentSubstanceId(Identifier t)SubstanceSourceMaterial.addParentSubstanceName(String value)SubstanceSourceMaterial.addPartDescription(SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent t)SubstanceSourceMaterial.copy()SubstanceSourceMaterial.setCountryOfOrigin(List<CodeableConcept> theCountryOfOrigin)SubstanceSourceMaterial.setDevelopmentStage(CodeableConcept value)SubstanceSourceMaterial.setFractionDescription(List<SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent> theFractionDescription)SubstanceSourceMaterial.setGeographicalLocation(List<StringType> theGeographicalLocation)SubstanceSourceMaterial.setOrganism(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent value)SubstanceSourceMaterial.setOrganismId(Identifier value)SubstanceSourceMaterial.setOrganismName(String value)SubstanceSourceMaterial.setOrganismNameElement(StringType value)SubstanceSourceMaterial.setParentSubstanceId(List<Identifier> theParentSubstanceId)SubstanceSourceMaterial.setParentSubstanceName(List<StringType> theParentSubstanceName)SubstanceSourceMaterial.setPartDescription(List<SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent> thePartDescription)SubstanceSourceMaterial.setSourceMaterialClass(CodeableConcept value)SubstanceSourceMaterial.setSourceMaterialState(CodeableConcept value)SubstanceSourceMaterial.setSourceMaterialType(CodeableConcept value)protected SubstanceSourceMaterialSubstanceSourceMaterial.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type SubstanceSourceMaterialModifier and TypeMethodDescriptionvoidSubstanceSourceMaterial.copyValues(SubstanceSourceMaterial dst)