Uses of Class
org.hl7.fhir.r4.model.Timing.DayOfWeek
-
Packages that use Timing.DayOfWeek Package Description org.hl7.fhir.r4.model -
-
Uses of Timing.DayOfWeek in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Timing.DayOfWeek Modifier and Type Field Description protected List<Enumeration<Timing.DayOfWeek>>Timing.TimingRepeatComponent. dayOfWeekIf one or more days of week is provided, then the action happens only on the specified day(s).Methods in org.hl7.fhir.r4.model that return Timing.DayOfWeek Modifier and Type Method Description static Timing.DayOfWeekTiming.DayOfWeek. fromCode(String codeString)Timing.DayOfWeekTiming.DayOfWeekEnumFactory. fromCode(String codeString)static Timing.DayOfWeekTiming.DayOfWeek. valueOf(String name)Returns the enum constant of this type with the specified name.static Timing.DayOfWeek[]Timing.DayOfWeek. 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 Timing.DayOfWeek Modifier and Type Method Description Enumeration<Timing.DayOfWeek>Timing.TimingRepeatComponent. addDayOfWeekElement()Enumeration<Timing.DayOfWeek>Timing.DayOfWeekEnumFactory. fromType(Base code)List<Enumeration<Timing.DayOfWeek>>Timing.TimingRepeatComponent. getDayOfWeek()Methods in org.hl7.fhir.r4.model with parameters of type Timing.DayOfWeek Modifier and Type Method Description Timing.TimingRepeatComponentTiming.TimingRepeatComponent. addDayOfWeek(Timing.DayOfWeek value)booleanTiming.TimingRepeatComponent. hasDayOfWeek(Timing.DayOfWeek value)StringTiming.DayOfWeekEnumFactory. toCode(Timing.DayOfWeek code)StringTiming.DayOfWeekEnumFactory. toSystem(Timing.DayOfWeek code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Timing.DayOfWeek Modifier and Type Method Description Timing.TimingRepeatComponentTiming.TimingRepeatComponent. setDayOfWeek(List<Enumeration<Timing.DayOfWeek>> theDayOfWeek)
-