Uses of Class
org.hl7.fhir.r5.model.SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent
-
Packages that use SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent Modifier and Type Method Description protected SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponentJsonParser. parseSubstanceSourceMaterialFractionDescriptionComponent(com.google.gson.JsonObject json)protected SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponentXmlParser. parseSubstanceSourceMaterialFractionDescriptionComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.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.r5.model with type arguments of type SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent Modifier and Type Method Description SubstanceSourceMaterialSubstanceSourceMaterial. setFractionDescription(List<SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent> theFractionDescription)
-