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.intentWhether 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.RequestIntentDeviceRequest.getIntent()static DeviceRequest.RequestIntentReturns 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.RequestIntentMethods 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