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