Uses of Enum
org.hl7.fhir.r5.model.Enumerations.DaysOfWeek
Packages that use Enumerations.DaysOfWeek
-
Uses of Enumerations.DaysOfWeek in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.DaysOfWeekModifier and TypeFieldDescriptionprotected List<Enumeration<Enumerations.DaysOfWeek>>Timing.TimingRepeatComponent.dayOfWeekIf one or more days of week is provided, then the action happens only on the specified day(s).protected List<Enumeration<Enumerations.DaysOfWeek>>HealthcareService.HealthcareServiceAvailableTimeComponent.daysOfWeekIndicates which days of the week are available between the start and end Times.protected List<Enumeration<Enumerations.DaysOfWeek>>Location.LocationHoursOfOperationComponent.daysOfWeekIndicates which days of the week are available between the start and end Times.protected List<Enumeration<Enumerations.DaysOfWeek>>PractitionerRole.PractitionerRoleAvailableTimeComponent.daysOfWeekIndicates which days of the week are available between the start and end times.Methods in org.hl7.fhir.r5.model that return Enumerations.DaysOfWeekModifier and TypeMethodDescriptionstatic Enumerations.DaysOfWeekstatic Enumerations.DaysOfWeekReturns the enum constant of this type with the specified name.static Enumerations.DaysOfWeek[]Enumerations.DaysOfWeek.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.DaysOfWeekModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.addDayOfWeekElement()HealthcareService.HealthcareServiceAvailableTimeComponent.addDaysOfWeekElement()Location.LocationHoursOfOperationComponent.addDaysOfWeekElement()PractitionerRole.PractitionerRoleAvailableTimeComponent.addDaysOfWeekElement()Timing.TimingRepeatComponent.getDayOfWeek()HealthcareService.HealthcareServiceAvailableTimeComponent.getDaysOfWeek()Location.LocationHoursOfOperationComponent.getDaysOfWeek()PractitionerRole.PractitionerRoleAvailableTimeComponent.getDaysOfWeek()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.DaysOfWeekModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.addDayOfWeek(Enumerations.DaysOfWeek value) HealthcareService.HealthcareServiceAvailableTimeComponent.addDaysOfWeek(Enumerations.DaysOfWeek value) Location.LocationHoursOfOperationComponent.addDaysOfWeek(Enumerations.DaysOfWeek value) PractitionerRole.PractitionerRoleAvailableTimeComponent.addDaysOfWeek(Enumerations.DaysOfWeek value) booleanTiming.TimingRepeatComponent.hasDayOfWeek(Enumerations.DaysOfWeek value) booleanHealthcareService.HealthcareServiceAvailableTimeComponent.hasDaysOfWeek(Enumerations.DaysOfWeek value) booleanLocation.LocationHoursOfOperationComponent.hasDaysOfWeek(Enumerations.DaysOfWeek value) booleanPractitionerRole.PractitionerRoleAvailableTimeComponent.hasDaysOfWeek(Enumerations.DaysOfWeek value) Enumerations.DaysOfWeekEnumFactory.toCode(Enumerations.DaysOfWeek code) Enumerations.DaysOfWeekEnumFactory.toSystem(Enumerations.DaysOfWeek code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.DaysOfWeekModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.setDayOfWeek(List<Enumeration<Enumerations.DaysOfWeek>> theDayOfWeek) HealthcareService.HealthcareServiceAvailableTimeComponent.setDaysOfWeek(List<Enumeration<Enumerations.DaysOfWeek>> theDaysOfWeek) Location.LocationHoursOfOperationComponent.setDaysOfWeek(List<Enumeration<Enumerations.DaysOfWeek>> theDaysOfWeek) PractitionerRole.PractitionerRoleAvailableTimeComponent.setDaysOfWeek(List<Enumeration<Enumerations.DaysOfWeek>> theDaysOfWeek)