
Uses of Enum
org.hl7.fhir.r4.model.DeviceRequest.RequestIntent
Packages that use DeviceRequest.RequestIntent
-
Uses of DeviceRequest.RequestIntent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceRequest.RequestIntentModifier and TypeFieldDescriptionprotected Enumeration
<DeviceRequest.RequestIntent> DeviceRequest.intent
Whether the request is a proposal, plan, an original order or a reflex order.Methods in org.hl7.fhir.r4.model that return DeviceRequest.RequestIntentModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type DeviceRequest.RequestIntentModifier and TypeMethodDescriptionDeviceRequest.RequestIntentEnumFactory.fromType
(PrimitiveType<?> code) DeviceRequest.getIntentElement()
Methods in org.hl7.fhir.r4.model with parameters of type DeviceRequest.RequestIntentModifier and TypeMethodDescriptionDeviceRequest.setIntent
(DeviceRequest.RequestIntent value) DeviceRequest.RequestIntentEnumFactory.toCode
(DeviceRequest.RequestIntent code) DeviceRequest.RequestIntentEnumFactory.toSystem
(DeviceRequest.RequestIntent code) Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceRequest.RequestIntentModifier and TypeMethodDescriptionDeviceRequest.setIntentElement
(Enumeration<DeviceRequest.RequestIntent> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type DeviceRequest.RequestIntentModifierConstructorDescriptionDeviceRequest
(Enumeration<DeviceRequest.RequestIntent> intent, Type code, Reference subject) Constructor