Timing.Repeat.Builder |
Timing.Repeat.Builder.bounds(Element bounds) |
Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or
end limits of the timing schedule.
|
static Timing.Repeat.Builder |
Timing.Repeat.builder() |
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.count(PositiveInt count) |
A total count of the desired number of repetitions across the duration of the entire timing specification.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.countMax(PositiveInt countMax) |
If present, indicates that the count is a range - so to perform the action between [count] and [countMax] times.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.dayOfWeek(DayOfWeek... dayOfWeek) |
If one or more days of week is provided, then the action happens only on the specified day(s).
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.dayOfWeek(Collection<DayOfWeek> dayOfWeek) |
If one or more days of week is provided, then the action happens only on the specified day(s).
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.duration(Decimal duration) |
How long this thing happens for when it happens.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.durationMax(Decimal durationMax) |
If present, indicates that the duration is a range - so to perform the action between [duration] and [durationMax]
time length.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.durationUnit(UnitsOfTime durationUnit) |
The units of time for the duration, in UCUM units.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.frequency(PositiveInt frequency) |
The number of times to repeat the action within the specified period.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.frequencyMax(PositiveInt frequencyMax) |
If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within
the period or period range.
|
protected Timing.Repeat.Builder |
Timing.Repeat.Builder.from(Timing.Repeat repeat) |
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.offset(UnsignedInt offset) |
The number of minutes from the event.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.period(Decimal period) |
Indicates the duration of time over which repetitions are to occur; e.g.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.periodMax(Decimal periodMax) |
If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as
"do this once every 3-5 days.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.periodUnit(UnitsOfTime periodUnit) |
The units of time for the period in UCUM units.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.timeOfDay(Time... timeOfDay) |
Specified time of day for action to take place.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.timeOfDay(Collection<Time> timeOfDay) |
Specified time of day for action to take place.
|
Timing.Repeat.Builder |
Timing.Repeat.toBuilder() |
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.when(EventTiming... when) |
An approximate time period during the day, potentially linked to an event of daily living that indicates when the
action should occur.
|
Timing.Repeat.Builder |
Timing.Repeat.Builder.when(Collection<EventTiming> when) |
An approximate time period during the day, potentially linked to an event of daily living that indicates when the
action should occur.
|