Uses of Enum
org.hl7.fhir.r4.model.DeviceRequest.RequestIntent
-
Uses of DeviceRequest.RequestIntent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<DeviceRequest.RequestIntent> DeviceRequest.intent
Whether the request is a proposal, plan, an original order or a reflex order.Modifier and TypeMethodDescriptionstatic DeviceRequest.RequestIntent
DeviceRequest.getIntent()
static DeviceRequest.RequestIntent
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 TypeMethodDescriptionDeviceRequest.RequestIntentEnumFactory.fromType
(PrimitiveType<?> code) DeviceRequest.getIntentElement()
Modifier and TypeMethodDescriptionDeviceRequest.setIntent
(DeviceRequest.RequestIntent value) DeviceRequest.RequestIntentEnumFactory.toCode
(DeviceRequest.RequestIntent code) DeviceRequest.RequestIntentEnumFactory.toSystem
(DeviceRequest.RequestIntent code) Modifier and TypeMethodDescriptionDeviceRequest.setIntentElement
(Enumeration<DeviceRequest.RequestIntent> value) ModifierConstructorDescriptionDeviceRequest
(Enumeration<DeviceRequest.RequestIntent> intent, Type code, Reference subject) Constructor