| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<RequestGroup.ActionGroupingBehavior> |
RequestGroup.RequestGroupActionComponent.groupingBehavior
Defines the grouping behavior for the action and its children.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestGroup.ActionGroupingBehavior |
RequestGroup.ActionGroupingBehavior.fromCode(String codeString) |
RequestGroup.ActionGroupingBehavior |
RequestGroup.ActionGroupingBehaviorEnumFactory.fromCode(String codeString) |
RequestGroup.ActionGroupingBehavior |
RequestGroup.RequestGroupActionComponent.getGroupingBehavior() |
static RequestGroup.ActionGroupingBehavior |
RequestGroup.ActionGroupingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestGroup.ActionGroupingBehavior[] |
RequestGroup.ActionGroupingBehavior.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.ActionGroupingBehavior> |
RequestGroup.ActionGroupingBehaviorEnumFactory.fromType(Base code) |
Enumeration<RequestGroup.ActionGroupingBehavior> |
RequestGroup.RequestGroupActionComponent.getGroupingBehaviorElement() |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup.RequestGroupActionComponent |
RequestGroup.RequestGroupActionComponent.setGroupingBehavior(RequestGroup.ActionGroupingBehavior value) |
String |
RequestGroup.ActionGroupingBehaviorEnumFactory.toCode(RequestGroup.ActionGroupingBehavior code) |
String |
RequestGroup.ActionGroupingBehaviorEnumFactory.toSystem(RequestGroup.ActionGroupingBehavior code) |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup.RequestGroupActionComponent |
RequestGroup.RequestGroupActionComponent.setGroupingBehaviorElement(Enumeration<RequestGroup.ActionGroupingBehavior> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.