![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.RequestGroup.RequestIntent
Packages that use RequestGroup.RequestIntent
-
Uses of RequestGroup.RequestIntent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type RequestGroup.RequestIntentModifier and TypeFieldDescriptionprotected Enumeration
<RequestGroup.RequestIntent> RequestGroup.intent
Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.Methods in org.hl7.fhir.r4.model that return RequestGroup.RequestIntentModifier and TypeMethodDescriptionstatic RequestGroup.RequestIntent
RequestGroup.getIntent()
static RequestGroup.RequestIntent
Returns the enum constant of this type with the specified name.static RequestGroup.RequestIntent[]
RequestGroup.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 RequestGroup.RequestIntentModifier and TypeMethodDescriptionRequestGroup.RequestIntentEnumFactory.fromType
(PrimitiveType<?> code) RequestGroup.getIntentElement()
Methods in org.hl7.fhir.r4.model with parameters of type RequestGroup.RequestIntentModifier and TypeMethodDescriptionRequestGroup.setIntent
(RequestGroup.RequestIntent value) RequestGroup.RequestIntentEnumFactory.toCode
(RequestGroup.RequestIntent code) RequestGroup.RequestIntentEnumFactory.toSystem
(RequestGroup.RequestIntent code) Method parameters in org.hl7.fhir.r4.model with type arguments of type RequestGroup.RequestIntentModifier and TypeMethodDescriptionRequestGroup.setIntentElement
(Enumeration<RequestGroup.RequestIntent> value)