Uses of Class
org.hl7.fhir.r4.model.SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent
-
Packages that use SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent Modifier and Type Method Description protected SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponentJsonParser. parseSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponent(com.google.gson.JsonObject json, SubstanceSourceMaterial owner)protected SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponentXmlParser. parseSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner) -
Uses of SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent Modifier and Type Field Description protected List<SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent>SubstanceSourceMaterial. fractionDescriptionMany complex materials are fractions of parts of plants, animals, or minerals.Methods in org.hl7.fhir.r4.model that return types with arguments of type SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent Modifier and Type Method Description List<SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent>SubstanceSourceMaterial. getFractionDescription()Methods in org.hl7.fhir.r4.model with parameters of type SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent Modifier and Type Method Description SubstanceSourceMaterialSubstanceSourceMaterial. addFractionDescription(SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent t)voidSubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent. copyValues(SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent Modifier and Type Method Description SubstanceSourceMaterialSubstanceSourceMaterial. setFractionDescription(List<SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent> theFractionDescription)
-