static Goal.Target.Builder |
Goal.Target.builder() |
|
Goal.Target.Builder |
Goal.Target.Builder.detail(java.lang.Boolean detail) |
Convenience method for setting detail with choice type Boolean.
|
Goal.Target.Builder |
Goal.Target.Builder.detail(java.lang.Integer detail) |
Convenience method for setting detail with choice type Integer.
|
Goal.Target.Builder |
Goal.Target.Builder.detail(java.lang.String detail) |
Convenience method for setting detail with choice type String.
|
Goal.Target.Builder |
Goal.Target.Builder.detail(Element detail) |
The target value of the focus to be achieved to signify the fulfillment of the goal, e.g.
|
Goal.Target.Builder |
Goal.Target.Builder.due(java.time.LocalDate due) |
Convenience method for setting due with choice type Date.
|
Goal.Target.Builder |
Goal.Target.Builder.due(Element due) |
Indicates either the date or the duration after start by which the goal should be met.
|
Goal.Target.Builder |
Goal.Target.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Goal.Target.Builder |
Goal.Target.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Goal.Target.Builder |
Goal.Target.Builder.from(Goal.Target target) |
|
Goal.Target.Builder |
Goal.Target.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
Goal.Target.Builder |
Goal.Target.Builder.measure(CodeableConcept measure) |
The parameter whose value is being tracked, e.g.
|
Goal.Target.Builder |
Goal.Target.Builder.modifierExtension(java.util.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.
|
Goal.Target.Builder |
Goal.Target.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.
|
Goal.Target.Builder |
Goal.Target.toBuilder() |
|