| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<RequestGroup.ActionRelationshipType> |
RequestGroup.RequestGroupActionRelatedActionComponent.relationship
The relationship of this action to the related action.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestGroup.ActionRelationshipType |
RequestGroup.ActionRelationshipType.fromCode(String codeString) |
RequestGroup.ActionRelationshipType |
RequestGroup.ActionRelationshipTypeEnumFactory.fromCode(String codeString) |
RequestGroup.ActionRelationshipType |
RequestGroup.RequestGroupActionRelatedActionComponent.getRelationship() |
static RequestGroup.ActionRelationshipType |
RequestGroup.ActionRelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestGroup.ActionRelationshipType[] |
RequestGroup.ActionRelationshipType.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.ActionRelationshipType> |
RequestGroup.ActionRelationshipTypeEnumFactory.fromType(Base code) |
Enumeration<RequestGroup.ActionRelationshipType> |
RequestGroup.RequestGroupActionRelatedActionComponent.getRelationshipElement() |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup.RequestGroupActionRelatedActionComponent |
RequestGroup.RequestGroupActionRelatedActionComponent.setRelationship(RequestGroup.ActionRelationshipType value) |
String |
RequestGroup.ActionRelationshipTypeEnumFactory.toCode(RequestGroup.ActionRelationshipType code) |
String |
RequestGroup.ActionRelationshipTypeEnumFactory.toSystem(RequestGroup.ActionRelationshipType code) |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup.RequestGroupActionRelatedActionComponent |
RequestGroup.RequestGroupActionRelatedActionComponent.setRelationshipElement(Enumeration<RequestGroup.ActionRelationshipType> value) |
| Constructor and Description |
|---|
RequestGroupActionRelatedActionComponent(IdType actionId,
Enumeration<RequestGroup.ActionRelationshipType> relationship)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.