Uses of Enum
org.hl7.fhir.r5.model.Enumerations.RequestIntent
-
Uses of Enumerations.RequestIntent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.RequestIntent> ActivityDefinition.intent
Indicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain.protected Enumeration
<Enumerations.RequestIntent> CommunicationRequest.intent
Indicates the level of authority/intentionality associated with the CommunicationRequest and where the request fits into the workflow chain.protected Enumeration
<Enumerations.RequestIntent> DeviceRequest.intent
Whether the request is a proposal, plan, an original order or a reflex order.protected Enumeration
<Enumerations.RequestIntent> NutritionOrder.intent
Indicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain.protected Enumeration
<Enumerations.RequestIntent> RequestOrchestration.intent
Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.protected Enumeration
<Enumerations.RequestIntent> ServiceRequest.intent
Whether the request is a proposal, plan, an original order or a reflex order.Modifier and TypeMethodDescriptionstatic Enumerations.RequestIntent
ActivityDefinition.getIntent()
CommunicationRequest.getIntent()
DeviceRequest.getIntent()
NutritionOrder.getIntent()
RequestOrchestration.getIntent()
ServiceRequest.getIntent()
static Enumerations.RequestIntent
Returns the enum constant of this type with the specified name.static Enumerations.RequestIntent[]
Enumerations.RequestIntent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.RequestIntentEnumFactory.fromType
(PrimitiveType<?> code) ActivityDefinition.getIntentElement()
CommunicationRequest.getIntentElement()
DeviceRequest.getIntentElement()
NutritionOrder.getIntentElement()
RequestOrchestration.getIntentElement()
ServiceRequest.getIntentElement()
Modifier and TypeMethodDescriptionActivityDefinition.setIntent
(Enumerations.RequestIntent value) CommunicationRequest.setIntent
(Enumerations.RequestIntent value) DeviceRequest.setIntent
(Enumerations.RequestIntent value) NutritionOrder.setIntent
(Enumerations.RequestIntent value) RequestOrchestration.setIntent
(Enumerations.RequestIntent value) ServiceRequest.setIntent
(Enumerations.RequestIntent value) Enumerations.RequestIntentEnumFactory.toCode
(Enumerations.RequestIntent code) Enumerations.RequestIntentEnumFactory.toSystem
(Enumerations.RequestIntent code) Modifier and TypeMethodDescriptionActivityDefinition.setIntentElement
(Enumeration<Enumerations.RequestIntent> value) CommunicationRequest.setIntentElement
(Enumeration<Enumerations.RequestIntent> value) DeviceRequest.setIntentElement
(Enumeration<Enumerations.RequestIntent> value) NutritionOrder.setIntentElement
(Enumeration<Enumerations.RequestIntent> value) RequestOrchestration.setIntentElement
(Enumeration<Enumerations.RequestIntent> value) ServiceRequest.setIntentElement
(Enumeration<Enumerations.RequestIntent> value) ModifierConstructorDescriptionCommunicationRequest
(Enumerations.RequestStatus status, Enumerations.RequestIntent intent) ConstructorDeviceRequest
(Enumerations.RequestIntent intent, CodeableReference code, Reference subject) ConstructorNutritionOrder
(Enumerations.RequestStatus status, Enumerations.RequestIntent intent, Reference subject, Date dateTime) ConstructorRequestOrchestration
(Enumerations.RequestStatus status, Enumerations.RequestIntent intent) ConstructorServiceRequest
(Enumerations.RequestStatus status, Enumerations.RequestIntent intent, Reference subject) Constructor