Uses of Class
org.hl7.fhir.r4.model.SubstanceSpecification.SubstanceSpecificationPropertyComponent
-
Packages that use SubstanceSpecification.SubstanceSpecificationPropertyComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SubstanceSpecification.SubstanceSpecificationPropertyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstanceSpecification.SubstanceSpecificationPropertyComponent Modifier and Type Method Description protected SubstanceSpecification.SubstanceSpecificationPropertyComponentJsonParser. parseSubstanceSpecificationSubstanceSpecificationPropertyComponent(com.google.gson.JsonObject json, SubstanceSpecification owner)protected SubstanceSpecification.SubstanceSpecificationPropertyComponentXmlParser. parseSubstanceSpecificationSubstanceSpecificationPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) -
Uses of SubstanceSpecification.SubstanceSpecificationPropertyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SubstanceSpecification.SubstanceSpecificationPropertyComponent Modifier and Type Field Description protected List<SubstanceSpecification.SubstanceSpecificationPropertyComponent>SubstanceSpecification. propertyGeneral specifications for this substance, including how it is related to other substances.Methods in org.hl7.fhir.r4.model that return types with arguments of type SubstanceSpecification.SubstanceSpecificationPropertyComponent Modifier and Type Method Description List<SubstanceSpecification.SubstanceSpecificationPropertyComponent>SubstanceSpecification. getProperty()Methods in org.hl7.fhir.r4.model with parameters of type SubstanceSpecification.SubstanceSpecificationPropertyComponent Modifier and Type Method Description SubstanceSpecificationSubstanceSpecification. addProperty(SubstanceSpecification.SubstanceSpecificationPropertyComponent t)voidSubstanceSpecification.SubstanceSpecificationPropertyComponent. copyValues(SubstanceSpecification.SubstanceSpecificationPropertyComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type SubstanceSpecification.SubstanceSpecificationPropertyComponent Modifier and Type Method Description SubstanceSpecificationSubstanceSpecification. setProperty(List<SubstanceSpecification.SubstanceSpecificationPropertyComponent> theProperty)
-