Uses of Class
org.hl7.fhir.r4b.model.Enumerations.DaysOfWeek
-
Packages that use Enumerations.DaysOfWeek Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.DaysOfWeek in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.DaysOfWeek Modifier and Type Field Description protected 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.r4b.model that return Enumerations.DaysOfWeek Modifier and Type Method Description static Enumerations.DaysOfWeekEnumerations.DaysOfWeek. fromCode(String codeString)Enumerations.DaysOfWeekEnumerations.DaysOfWeekEnumFactory. fromCode(String codeString)static Enumerations.DaysOfWeekEnumerations.DaysOfWeek. valueOf(String name)Returns 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.r4b.model that return types with arguments of type Enumerations.DaysOfWeek Modifier and Type Method Description Enumeration<Enumerations.DaysOfWeek>Timing.TimingRepeatComponent. addDayOfWeekElement()Enumeration<Enumerations.DaysOfWeek>HealthcareService.HealthcareServiceAvailableTimeComponent. addDaysOfWeekElement()Enumeration<Enumerations.DaysOfWeek>Location.LocationHoursOfOperationComponent. addDaysOfWeekElement()Enumeration<Enumerations.DaysOfWeek>PractitionerRole.PractitionerRoleAvailableTimeComponent. addDaysOfWeekElement()Enumeration<Enumerations.DaysOfWeek>Enumerations.DaysOfWeekEnumFactory. fromType(Base code)List<Enumeration<Enumerations.DaysOfWeek>>Timing.TimingRepeatComponent. getDayOfWeek()List<Enumeration<Enumerations.DaysOfWeek>>HealthcareService.HealthcareServiceAvailableTimeComponent. getDaysOfWeek()List<Enumeration<Enumerations.DaysOfWeek>>Location.LocationHoursOfOperationComponent. getDaysOfWeek()List<Enumeration<Enumerations.DaysOfWeek>>PractitionerRole.PractitionerRoleAvailableTimeComponent. getDaysOfWeek()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.DaysOfWeek Modifier and Type Method Description Timing.TimingRepeatComponentTiming.TimingRepeatComponent. addDayOfWeek(Enumerations.DaysOfWeek value)HealthcareService.HealthcareServiceAvailableTimeComponentHealthcareService.HealthcareServiceAvailableTimeComponent. addDaysOfWeek(Enumerations.DaysOfWeek value)Location.LocationHoursOfOperationComponentLocation.LocationHoursOfOperationComponent. addDaysOfWeek(Enumerations.DaysOfWeek value)PractitionerRole.PractitionerRoleAvailableTimeComponentPractitionerRole.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)StringEnumerations.DaysOfWeekEnumFactory. toCode(Enumerations.DaysOfWeek code)StringEnumerations.DaysOfWeekEnumFactory. toSystem(Enumerations.DaysOfWeek code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.DaysOfWeek Modifier and Type Method Description Timing.TimingRepeatComponentTiming.TimingRepeatComponent. setDayOfWeek(List<Enumeration<Enumerations.DaysOfWeek>> theDayOfWeek)HealthcareService.HealthcareServiceAvailableTimeComponentHealthcareService.HealthcareServiceAvailableTimeComponent. setDaysOfWeek(List<Enumeration<Enumerations.DaysOfWeek>> theDaysOfWeek)Location.LocationHoursOfOperationComponentLocation.LocationHoursOfOperationComponent. setDaysOfWeek(List<Enumeration<Enumerations.DaysOfWeek>> theDaysOfWeek)PractitionerRole.PractitionerRoleAvailableTimeComponentPractitionerRole.PractitionerRoleAvailableTimeComponent. setDaysOfWeek(List<Enumeration<Enumerations.DaysOfWeek>> theDaysOfWeek)
-