Uses of Class
org.linuxforhealth.fhir.model.resource.HealthcareService.AvailableTime
-
Packages that use HealthcareService.AvailableTime Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of HealthcareService.AvailableTime in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return HealthcareService.AvailableTime Modifier and Type Method Description HealthcareService.AvailableTime
HealthcareService.AvailableTime.Builder. build()
Build theHealthcareService.AvailableTime
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type HealthcareService.AvailableTime Modifier and Type Method Description java.util.List<HealthcareService.AvailableTime>
HealthcareService. getAvailableTime()
A collection of times that the Service Site is available.Methods in org.linuxforhealth.fhir.model.resource with parameters of type HealthcareService.AvailableTime Modifier and Type Method Description HealthcareService.Builder
HealthcareService.Builder. availableTime(HealthcareService.AvailableTime... availableTime)
A collection of times that the Service Site is available.protected HealthcareService.AvailableTime.Builder
HealthcareService.AvailableTime.Builder. from(HealthcareService.AvailableTime availableTime)
protected void
HealthcareService.AvailableTime.Builder. validate(HealthcareService.AvailableTime availableTime)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type HealthcareService.AvailableTime Modifier and Type Method Description HealthcareService.Builder
HealthcareService.Builder. availableTime(java.util.Collection<HealthcareService.AvailableTime> availableTime)
A collection of times that the Service Site is available.
-