Uses of Class
org.linuxforhealth.fhir.model.resource.HealthcareService.NotAvailable
-
Packages that use HealthcareService.NotAvailable Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of HealthcareService.NotAvailable in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return HealthcareService.NotAvailable Modifier and Type Method Description HealthcareService.NotAvailable
HealthcareService.NotAvailable.Builder. build()
Build theHealthcareService.NotAvailable
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type HealthcareService.NotAvailable Modifier and Type Method Description java.util.List<HealthcareService.NotAvailable>
HealthcareService. getNotAvailable()
The HealthcareService is not available during this period of time due to the provided reason.Methods in org.linuxforhealth.fhir.model.resource with parameters of type HealthcareService.NotAvailable Modifier and Type Method Description protected HealthcareService.NotAvailable.Builder
HealthcareService.NotAvailable.Builder. from(HealthcareService.NotAvailable notAvailable)
HealthcareService.Builder
HealthcareService.Builder. notAvailable(HealthcareService.NotAvailable... notAvailable)
The HealthcareService is not available during this period of time due to the provided reason.protected void
HealthcareService.NotAvailable.Builder. validate(HealthcareService.NotAvailable notAvailable)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type HealthcareService.NotAvailable Modifier and Type Method Description HealthcareService.Builder
HealthcareService.Builder. notAvailable(java.util.Collection<HealthcareService.NotAvailable> notAvailable)
The HealthcareService is not available during this period of time due to the provided reason.
-