Uses of Enum
org.hl7.fhir.r4.model.HealthcareService.DaysOfWeek
Packages that use HealthcareService.DaysOfWeek
-
Uses of HealthcareService.DaysOfWeek in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type HealthcareService.DaysOfWeekModifier and TypeFieldDescriptionprotected List<Enumeration<HealthcareService.DaysOfWeek>>HealthcareService.HealthcareServiceAvailableTimeComponent.daysOfWeekIndicates which days of the week are available between the start and end Times.Methods in org.hl7.fhir.r4.model that return HealthcareService.DaysOfWeekModifier and TypeMethodDescriptionstatic HealthcareService.DaysOfWeekstatic HealthcareService.DaysOfWeekReturns 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type HealthcareService.DaysOfWeekModifier and TypeMethodDescriptionHealthcareService.HealthcareServiceAvailableTimeComponent.addDaysOfWeekElement()HealthcareService.HealthcareServiceAvailableTimeComponent.getDaysOfWeek()Methods in org.hl7.fhir.r4.model with parameters of type HealthcareService.DaysOfWeekModifier and TypeMethodDescriptionHealthcareService.HealthcareServiceAvailableTimeComponent.addDaysOfWeek(HealthcareService.DaysOfWeek value) booleanHealthcareService.HealthcareServiceAvailableTimeComponent.hasDaysOfWeek(HealthcareService.DaysOfWeek value) HealthcareService.DaysOfWeekEnumFactory.toCode(HealthcareService.DaysOfWeek code) HealthcareService.DaysOfWeekEnumFactory.toSystem(HealthcareService.DaysOfWeek code) Method parameters in org.hl7.fhir.r4.model with type arguments of type HealthcareService.DaysOfWeekModifier and TypeMethodDescriptionHealthcareService.HealthcareServiceAvailableTimeComponent.setDaysOfWeek(List<Enumeration<HealthcareService.DaysOfWeek>> theDaysOfWeek)