Uses of Class
com.ibm.fhir.model.resource.HealthcareService.NotAvailable
-
Packages that use HealthcareService.NotAvailable Package Description com.ibm.fhir.model.resource -
-
Uses of HealthcareService.NotAvailable in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return HealthcareService.NotAvailable Modifier and Type Method Description HealthcareService.NotAvailable
HealthcareService.NotAvailable.Builder. build()
Build theHealthcareService.NotAvailable
Methods in com.ibm.fhir.model.resource that return types with arguments of type HealthcareService.NotAvailable Modifier and Type Method Description List<HealthcareService.NotAvailable>
HealthcareService. getNotAvailable()
The HealthcareService is not available during this period of time due to the provided reason.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type HealthcareService.NotAvailable Modifier and Type Method Description HealthcareService.Builder
HealthcareService.Builder. notAvailable(Collection<HealthcareService.NotAvailable> notAvailable)
The HealthcareService is not available during this period of time due to the provided reason.
-