Uses of Class
com.ibm.fhir.model.resource.SubstanceSpecification.Property
-
Packages that use SubstanceSpecification.Property Package Description com.ibm.fhir.model.resource -
-
Uses of SubstanceSpecification.Property in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SubstanceSpecification.Property Modifier and Type Method Description SubstanceSpecification.PropertySubstanceSpecification.Property.Builder. build()Build theSubstanceSpecification.PropertyMethods in com.ibm.fhir.model.resource that return types with arguments of type SubstanceSpecification.Property Modifier and Type Method Description List<SubstanceSpecification.Property>SubstanceSpecification. getProperty()General specifications for this substance, including how it is related to other substances.Methods in com.ibm.fhir.model.resource with parameters of type SubstanceSpecification.Property Modifier and Type Method Description protected SubstanceSpecification.Property.BuilderSubstanceSpecification.Property.Builder. from(SubstanceSpecification.Property property)SubstanceSpecification.BuilderSubstanceSpecification.Builder. property(SubstanceSpecification.Property... property)General specifications for this substance, including how it is related to other substances.protected voidSubstanceSpecification.Property.Builder. validate(SubstanceSpecification.Property property)Method parameters in com.ibm.fhir.model.resource with type arguments of type SubstanceSpecification.Property Modifier and Type Method Description SubstanceSpecification.BuilderSubstanceSpecification.Builder. property(Collection<SubstanceSpecification.Property> property)General specifications for this substance, including how it is related to other substances.
-