| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ActivityDefinition.RequestIntent> |
ActivityDefinition.intent
Indicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain.
|
| Modifier and Type | Method and Description |
|---|---|
static ActivityDefinition.RequestIntent |
ActivityDefinition.RequestIntent.fromCode(String codeString) |
ActivityDefinition.RequestIntent |
ActivityDefinition.RequestIntentEnumFactory.fromCode(String codeString) |
ActivityDefinition.RequestIntent |
ActivityDefinition.getIntent() |
static ActivityDefinition.RequestIntent |
ActivityDefinition.RequestIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityDefinition.RequestIntent[] |
ActivityDefinition.RequestIntent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ActivityDefinition.RequestIntent> |
ActivityDefinition.RequestIntentEnumFactory.fromType(Base code) |
Enumeration<ActivityDefinition.RequestIntent> |
ActivityDefinition.getIntentElement() |
| Modifier and Type | Method and Description |
|---|---|
ActivityDefinition |
ActivityDefinition.setIntent(ActivityDefinition.RequestIntent value) |
String |
ActivityDefinition.RequestIntentEnumFactory.toCode(ActivityDefinition.RequestIntent code) |
String |
ActivityDefinition.RequestIntentEnumFactory.toSystem(ActivityDefinition.RequestIntent code) |
| Modifier and Type | Method and Description |
|---|---|
ActivityDefinition |
ActivityDefinition.setIntentElement(Enumeration<ActivityDefinition.RequestIntent> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.