| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<DeviceRequest.RequestIntent> |
DeviceRequest.intent
Whether the request is a proposal, plan, an original order or a reflex order.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceRequest.RequestIntent |
DeviceRequest.RequestIntent.fromCode(String codeString) |
DeviceRequest.RequestIntent |
DeviceRequest.RequestIntentEnumFactory.fromCode(String codeString) |
DeviceRequest.RequestIntent |
DeviceRequest.getIntent() |
static DeviceRequest.RequestIntent |
DeviceRequest.RequestIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceRequest.RequestIntent[] |
DeviceRequest.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<DeviceRequest.RequestIntent> |
DeviceRequest.RequestIntentEnumFactory.fromType(Base code) |
Enumeration<DeviceRequest.RequestIntent> |
DeviceRequest.getIntentElement() |
| Modifier and Type | Method and Description |
|---|---|
DeviceRequest |
DeviceRequest.setIntent(DeviceRequest.RequestIntent value) |
String |
DeviceRequest.RequestIntentEnumFactory.toCode(DeviceRequest.RequestIntent code) |
String |
DeviceRequest.RequestIntentEnumFactory.toSystem(DeviceRequest.RequestIntent code) |
| Modifier and Type | Method and Description |
|---|---|
DeviceRequest |
DeviceRequest.setIntentElement(Enumeration<DeviceRequest.RequestIntent> value) |
| Constructor and Description |
|---|
DeviceRequest(Enumeration<DeviceRequest.RequestIntent> intent,
Type code,
Reference subject)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.