Uses of Class
org.linuxforhealth.fhir.model.resource.TerminologyCapabilities.Software
- 
Packages that use TerminologyCapabilities.Software Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of TerminologyCapabilities.Software in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TerminologyCapabilities.Software Modifier and Type Method Description TerminologyCapabilities.SoftwareTerminologyCapabilities.Software.Builder. build()Build theTerminologyCapabilities.SoftwareTerminologyCapabilities.SoftwareTerminologyCapabilities. getSoftware()Software that is covered by this terminology capability statement.Methods in org.linuxforhealth.fhir.model.resource with parameters of type TerminologyCapabilities.Software Modifier and Type Method Description protected TerminologyCapabilities.Software.BuilderTerminologyCapabilities.Software.Builder. from(TerminologyCapabilities.Software software)TerminologyCapabilities.BuilderTerminologyCapabilities.Builder. software(TerminologyCapabilities.Software software)Software that is covered by this terminology capability statement.protected voidTerminologyCapabilities.Software.Builder. validate(TerminologyCapabilities.Software software) 
 -