RequestGroup.Action.Builder |
RequestGroup.Action.Builder.action(RequestGroup.Action... action) |
Sub actions.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.action(Collection<RequestGroup.Action> action) |
Sub actions.
|
static RequestGroup.Action.Builder |
RequestGroup.Action.builder() |
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.cardinalityBehavior(ActionCardinalityBehavior cardinalityBehavior) |
Defines whether the action can be selected multiple times.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.code(CodeableConcept... code) |
A code that provides meaning for the action or action group.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.code(Collection<CodeableConcept> code) |
A code that provides meaning for the action or action group.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.condition(RequestGroup.Action.Condition... condition) |
An expression that describes applicability criteria, or start/stop conditions for the action.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.condition(Collection<RequestGroup.Action.Condition> condition) |
An expression that describes applicability criteria, or start/stop conditions for the action.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.description(String description) |
A short description of the action used to provide a summary to display to the user.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.description(String description) |
Convenience method for setting description .
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.documentation(RelatedArtifact... documentation) |
Didactic or other informational resources associated with the action that can be provided to the CDS recipient.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.documentation(Collection<RelatedArtifact> documentation) |
Didactic or other informational resources associated with the action that can be provided to the CDS recipient.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected RequestGroup.Action.Builder |
RequestGroup.Action.Builder.from(RequestGroup.Action action) |
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.groupingBehavior(ActionGroupingBehavior groupingBehavior) |
Defines the grouping behavior for the action and its children.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
RequestGroup.Action.Builder |
RequestGroup.Action.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.
|
RequestGroup.Action.Builder |
RequestGroup.Action.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.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.participant(Reference... participant) |
The participant that should perform or be responsible for this action.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.participant(Collection<Reference> participant) |
The participant that should perform or be responsible for this action.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.precheckBehavior(ActionPrecheckBehavior precheckBehavior) |
Defines whether the action should usually be preselected.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.prefix(String prefix) |
A user-visible prefix for the action.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.prefix(String prefix) |
Convenience method for setting prefix .
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.priority(RequestPriority priority) |
Indicates how quickly the action should be addressed with respect to other actions.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.relatedAction(RequestGroup.Action.RelatedAction... relatedAction) |
A relationship to another action such as "before" or "30-60 minutes after start of".
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.relatedAction(Collection<RequestGroup.Action.RelatedAction> relatedAction) |
A relationship to another action such as "before" or "30-60 minutes after start of".
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.requiredBehavior(ActionRequiredBehavior requiredBehavior) |
Defines expectations around whether an action is required.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.resource(Reference resource) |
The resource that is the target of the action (e.g.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.selectionBehavior(ActionSelectionBehavior selectionBehavior) |
Defines the selection behavior for the action and its children.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.textEquivalent(String textEquivalent) |
A text equivalent of the action to be performed.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.textEquivalent(String textEquivalent) |
Convenience method for setting textEquivalent .
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.timing(Element timing) |
An optional value describing when the action should be performed.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.title(String title) |
The title of the action displayed to a user.
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.title(String title) |
Convenience method for setting title .
|
RequestGroup.Action.Builder |
RequestGroup.Action.toBuilder() |
|
RequestGroup.Action.Builder |
RequestGroup.Action.Builder.type(CodeableConcept type) |
The type of action to perform (create, update, remove).
|