Uses of Enum
org.hl7.fhir.r4.model.RequestGroup.ActionSelectionBehavior
-
Uses of RequestGroup.ActionSelectionBehavior in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<RequestGroup.ActionSelectionBehavior> RequestGroup.RequestGroupActionComponent.selectionBehavior
Defines the selection behavior for the action and its children.Modifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.getSelectionBehavior()
Returns the enum constant of this type with the specified name.static RequestGroup.ActionSelectionBehavior[]
RequestGroup.ActionSelectionBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionRequestGroup.ActionSelectionBehaviorEnumFactory.fromType
(PrimitiveType<?> code) RequestGroup.RequestGroupActionComponent.getSelectionBehaviorElement()
Modifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.setSelectionBehavior
(RequestGroup.ActionSelectionBehavior value) RequestGroup.ActionSelectionBehaviorEnumFactory.toCode
(RequestGroup.ActionSelectionBehavior code) RequestGroup.ActionSelectionBehaviorEnumFactory.toSystem
(RequestGroup.ActionSelectionBehavior code) Modifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.setSelectionBehaviorElement
(Enumeration<RequestGroup.ActionSelectionBehavior> value)