Uses of Enum
org.hl7.fhir.r4.model.HealthcareService.DaysOfWeek
-
Uses of HealthcareService.DaysOfWeek in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Enumeration<HealthcareService.DaysOfWeek>> HealthcareService.HealthcareServiceAvailableTimeComponent.daysOfWeek
Indicates which days of the week are available between the start and end Times.Modifier and TypeMethodDescriptionstatic HealthcareService.DaysOfWeek
static HealthcareService.DaysOfWeek
Returns the enum constant of this type with the specified name.static HealthcareService.DaysOfWeek[]
HealthcareService.DaysOfWeek.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionHealthcareService.HealthcareServiceAvailableTimeComponent.addDaysOfWeekElement()
HealthcareService.DaysOfWeekEnumFactory.fromType
(PrimitiveType<?> code) HealthcareService.HealthcareServiceAvailableTimeComponent.getDaysOfWeek()
Modifier and TypeMethodDescriptionHealthcareService.HealthcareServiceAvailableTimeComponent.addDaysOfWeek
(HealthcareService.DaysOfWeek value) boolean
HealthcareService.HealthcareServiceAvailableTimeComponent.hasDaysOfWeek
(HealthcareService.DaysOfWeek value) HealthcareService.DaysOfWeekEnumFactory.toCode
(HealthcareService.DaysOfWeek code) HealthcareService.DaysOfWeekEnumFactory.toSystem
(HealthcareService.DaysOfWeek code) Modifier and TypeMethodDescriptionHealthcareService.HealthcareServiceAvailableTimeComponent.setDaysOfWeek
(List<Enumeration<HealthcareService.DaysOfWeek>> theDaysOfWeek)