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