| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<RequestGroup.ActionSelectionBehavior> |
RequestGroup.RequestGroupActionComponent.selectionBehavior
Defines the selection behavior for the action and its children.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestGroup.ActionSelectionBehavior |
RequestGroup.ActionSelectionBehavior.fromCode(String codeString) |
RequestGroup.ActionSelectionBehavior |
RequestGroup.ActionSelectionBehaviorEnumFactory.fromCode(String codeString) |
RequestGroup.ActionSelectionBehavior |
RequestGroup.RequestGroupActionComponent.getSelectionBehavior() |
static RequestGroup.ActionSelectionBehavior |
RequestGroup.ActionSelectionBehavior.valueOf(String name)
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 Type | Method and Description |
|---|---|
Enumeration<RequestGroup.ActionSelectionBehavior> |
RequestGroup.ActionSelectionBehaviorEnumFactory.fromType(Base code) |
Enumeration<RequestGroup.ActionSelectionBehavior> |
RequestGroup.RequestGroupActionComponent.getSelectionBehaviorElement() |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup.RequestGroupActionComponent |
RequestGroup.RequestGroupActionComponent.setSelectionBehavior(RequestGroup.ActionSelectionBehavior value) |
String |
RequestGroup.ActionSelectionBehaviorEnumFactory.toCode(RequestGroup.ActionSelectionBehavior code) |
String |
RequestGroup.ActionSelectionBehaviorEnumFactory.toSystem(RequestGroup.ActionSelectionBehavior code) |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup.RequestGroupActionComponent |
RequestGroup.RequestGroupActionComponent.setSelectionBehaviorElement(Enumeration<RequestGroup.ActionSelectionBehavior> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.