| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Enumeration<Timing.DayOfWeek>> |
Timing.TimingRepeatComponent.dayOfWeek
If one or more days of week is provided, then the action happens only on the specified day(s).
|
| Modifier and Type | Method and Description |
|---|---|
static Timing.DayOfWeek |
Timing.DayOfWeek.fromCode(String codeString) |
Timing.DayOfWeek |
Timing.DayOfWeekEnumFactory.fromCode(String codeString) |
static Timing.DayOfWeek |
Timing.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Timing.DayOfWeek> |
Timing.TimingRepeatComponent.addDayOfWeekElement() |
Enumeration<Timing.DayOfWeek> |
Timing.DayOfWeekEnumFactory.fromType(Base code) |
List<Enumeration<Timing.DayOfWeek>> |
Timing.TimingRepeatComponent.getDayOfWeek() |
| Modifier and Type | Method and Description |
|---|---|
Timing.TimingRepeatComponent |
Timing.TimingRepeatComponent.addDayOfWeek(Timing.DayOfWeek value) |
boolean |
Timing.TimingRepeatComponent.hasDayOfWeek(Timing.DayOfWeek value) |
String |
Timing.DayOfWeekEnumFactory.toCode(Timing.DayOfWeek code) |
String |
Timing.DayOfWeekEnumFactory.toSystem(Timing.DayOfWeek code) |
| Modifier and Type | Method and Description |
|---|---|
Timing.TimingRepeatComponent |
Timing.TimingRepeatComponent.setDayOfWeek(List<Enumeration<Timing.DayOfWeek>> theDayOfWeek) |
Copyright © 2014–2021 Health Level 7. All rights reserved.