Uses of Class
org.hl7.fhir.r4.model.SubstanceSourceMaterial
-
Packages that use SubstanceSourceMaterial Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SubstanceSourceMaterial in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstanceSourceMaterial Modifier and Type Method Description protected SubstanceSourceMaterialJsonParser. parseSubstanceSourceMaterial(com.google.gson.JsonObject json)protected SubstanceSourceMaterialXmlParser. parseSubstanceSourceMaterial(org.xmlpull.v1.XmlPullParser xpp) -
Uses of SubstanceSourceMaterial in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as SubstanceSourceMaterial Modifier and Type Field Description protected SubstanceSourceMaterialSubstanceSpecification. sourceMaterialTargetThe actual object that is the target of the reference (Material or taxonomic/anatomical source for the substance.)Methods in org.hl7.fhir.r4.model with parameters of type SubstanceSourceMaterial Modifier and Type Method Description voidSubstanceSourceMaterial. copyValues(SubstanceSourceMaterial dst)SubstanceSpecificationSubstanceSpecification. setSourceMaterialTarget(SubstanceSourceMaterial value)
-