
Uses of Enum Class
org.hl7.fhir.r5.model.Enumerations.RequestIntent
Packages that use Enumerations.RequestIntent
-
Uses of Enumerations.RequestIntent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.RequestIntentModifier and TypeFieldDescriptionprotected Enumeration<Enumerations.RequestIntent> ActivityDefinition.intentIndicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain.protected Enumeration<Enumerations.RequestIntent> CommunicationRequest.intentIndicates the level of authority/intentionality associated with the CommunicationRequest and where the request fits into the workflow chain.protected Enumeration<Enumerations.RequestIntent> DeviceRequest.intentWhether the request is a proposal, plan, an original order or a reflex order.protected Enumeration<Enumerations.RequestIntent> NutritionOrder.intentIndicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain.protected Enumeration<Enumerations.RequestIntent> RequestOrchestration.intentIndicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.protected Enumeration<Enumerations.RequestIntent> ServiceRequest.intentWhether the request is a proposal, plan, an original order or a reflex order.Methods in org.hl7.fhir.r5.model that return Enumerations.RequestIntentModifier and TypeMethodDescriptionstatic Enumerations.RequestIntentActivityDefinition.getIntent()CommunicationRequest.getIntent()DeviceRequest.getIntent()NutritionOrder.getIntent()RequestOrchestration.getIntent()ServiceRequest.getIntent()static Enumerations.RequestIntentReturns the enum constant of this class with the specified name.static Enumerations.RequestIntent[]Enumerations.RequestIntent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.RequestIntentModifier and TypeMethodDescriptionEnumerations.RequestIntentEnumFactory.fromType(PrimitiveType<?> code) ActivityDefinition.getIntentElement()CommunicationRequest.getIntentElement()DeviceRequest.getIntentElement()NutritionOrder.getIntentElement()RequestOrchestration.getIntentElement()ServiceRequest.getIntentElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.RequestIntentModifier 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) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.RequestIntentModifier 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) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.RequestIntentModifierConstructorDescriptionCommunicationRequest(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