Uses of Class
org.linuxforhealth.fhir.model.resource.SubstanceDefinition.SourceMaterial
-
Packages that use SubstanceDefinition.SourceMaterial Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of SubstanceDefinition.SourceMaterial in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SubstanceDefinition.SourceMaterial Modifier and Type Method Description SubstanceDefinition.SourceMaterial
SubstanceDefinition.SourceMaterial.Builder. build()
Build theSubstanceDefinition.SourceMaterial
SubstanceDefinition.SourceMaterial
SubstanceDefinition. getSourceMaterial()
Material or taxonomic/anatomical source for the substance.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SubstanceDefinition.SourceMaterial Modifier and Type Method Description protected SubstanceDefinition.SourceMaterial.Builder
SubstanceDefinition.SourceMaterial.Builder. from(SubstanceDefinition.SourceMaterial sourceMaterial)
SubstanceDefinition.Builder
SubstanceDefinition.Builder. sourceMaterial(SubstanceDefinition.SourceMaterial sourceMaterial)
Material or taxonomic/anatomical source for the substance.protected void
SubstanceDefinition.SourceMaterial.Builder. validate(SubstanceDefinition.SourceMaterial sourceMaterial)
-