static Timing.Builder |
Timing.builder() |
|
Timing.Builder |
Timing.Builder.code(CodeableConcept code) |
A code for the timing schedule (or just text in code.text).
|
Timing.Builder |
Timing.Builder.event(DateTime... event) |
Identifies specific times when the event occurs.
|
Timing.Builder |
Timing.Builder.event(Collection<DateTime> event) |
Identifies specific times when the event occurs.
|
Timing.Builder |
Timing.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Timing.Builder |
Timing.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Timing.Builder |
Timing.Builder.from(Timing timing) |
|
Timing.Builder |
Timing.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Timing.Builder |
Timing.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.Builder |
Timing.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.Builder |
Timing.Builder.repeat(Timing.Repeat repeat) |
A set of rules that describe when the event is scheduled.
|
Timing.Builder |
Timing.toBuilder() |
|