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.NotAvailableHealthcareService.NotAvailable.Builder. build()Build theHealthcareService.NotAvailableMethods 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.BuilderHealthcareService.NotAvailable.Builder. from(HealthcareService.NotAvailable notAvailable)HealthcareService.BuilderHealthcareService.Builder. notAvailable(HealthcareService.NotAvailable... notAvailable)The HealthcareService is not available during this period of time due to the provided reason.protected voidHealthcareService.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.BuilderHealthcareService.Builder. notAvailable(java.util.Collection<HealthcareService.NotAvailable> notAvailable)The HealthcareService is not available during this period of time due to the provided reason. 
 -