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.NotAvailableHealthcareService.NotAvailable.Builder. build()Build theHealthcareService.NotAvailableMethods 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.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 com.ibm.fhir.model.resource with type arguments of type HealthcareService.NotAvailable Modifier and Type Method Description HealthcareService.BuilderHealthcareService.Builder. notAvailable(Collection<HealthcareService.NotAvailable> notAvailable)The HealthcareService is not available during this period of time due to the provided reason.
-