Uses of Class
org.linuxforhealth.fhir.model.resource.SubstanceDefinition.Property
-
Packages that use SubstanceDefinition.Property Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of SubstanceDefinition.Property in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SubstanceDefinition.Property Modifier and Type Method Description SubstanceDefinition.PropertySubstanceDefinition.Property.Builder. build()Build theSubstanceDefinition.PropertyMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type SubstanceDefinition.Property Modifier and Type Method Description java.util.List<SubstanceDefinition.Property>SubstanceDefinition. getProperty()General specifications for this substance.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SubstanceDefinition.Property Modifier and Type Method Description protected SubstanceDefinition.Property.BuilderSubstanceDefinition.Property.Builder. from(SubstanceDefinition.Property property)SubstanceDefinition.BuilderSubstanceDefinition.Builder. property(SubstanceDefinition.Property... property)General specifications for this substance.protected voidSubstanceDefinition.Property.Builder. validate(SubstanceDefinition.Property property)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type SubstanceDefinition.Property Modifier and Type Method Description SubstanceDefinition.BuilderSubstanceDefinition.Builder. property(java.util.Collection<SubstanceDefinition.Property> property)General specifications for this substance.
-