| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<RequestGroup.RequestIntent> |
RequestGroup.intent
Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestGroup.RequestIntent |
RequestGroup.RequestIntent.fromCode(String codeString) |
RequestGroup.RequestIntent |
RequestGroup.RequestIntentEnumFactory.fromCode(String codeString) |
RequestGroup.RequestIntent |
RequestGroup.getIntent() |
static RequestGroup.RequestIntent |
RequestGroup.RequestIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestGroup.RequestIntent[] |
RequestGroup.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<RequestGroup.RequestIntent> |
RequestGroup.RequestIntentEnumFactory.fromType(Base code) |
Enumeration<RequestGroup.RequestIntent> |
RequestGroup.getIntentElement() |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup |
RequestGroup.setIntent(RequestGroup.RequestIntent value) |
String |
RequestGroup.RequestIntentEnumFactory.toCode(RequestGroup.RequestIntent code) |
String |
RequestGroup.RequestIntentEnumFactory.toSystem(RequestGroup.RequestIntent code) |
| Modifier and Type | Method and Description |
|---|---|
RequestGroup |
RequestGroup.setIntentElement(Enumeration<RequestGroup.RequestIntent> value) |
| Constructor and Description |
|---|
RequestGroup(Enumeration<RequestGroup.RequestStatus> status,
Enumeration<RequestGroup.RequestIntent> intent)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.