| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Task.TaskIntent> |
Task.intent
Indicates the "level" of actionability associated with the Task, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static Task.TaskIntent |
Task.TaskIntent.fromCode(String codeString) |
Task.TaskIntent |
Task.TaskIntentEnumFactory.fromCode(String codeString) |
Task.TaskIntent |
Task.getIntent() |
static Task.TaskIntent |
Task.TaskIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.TaskIntent[] |
Task.TaskIntent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Task.TaskIntent> |
Task.TaskIntentEnumFactory.fromType(Base code) |
Enumeration<Task.TaskIntent> |
Task.getIntentElement() |
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.setIntent(Task.TaskIntent value) |
String |
Task.TaskIntentEnumFactory.toCode(Task.TaskIntent code) |
String |
Task.TaskIntentEnumFactory.toSystem(Task.TaskIntent code) |
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.setIntentElement(Enumeration<Task.TaskIntent> value) |
| Constructor and Description |
|---|
Task(Enumeration<Task.TaskStatus> status,
Enumeration<Task.TaskIntent> intent)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.