Uses of Enum
org.hl7.fhir.r4.model.RequestGroup.RequestIntent
-
Uses of RequestGroup.RequestIntent in org.hl7.fhir.r4.model
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionRequestGroup.RequestIntentEnumFactory.fromType
(PrimitiveType<?> code) RequestGroup.getIntentElement()
Modifier and TypeMethodDescriptionRequestGroup.setIntent
(RequestGroup.RequestIntent value) RequestGroup.RequestIntentEnumFactory.toCode
(RequestGroup.RequestIntent code) RequestGroup.RequestIntentEnumFactory.toSystem
(RequestGroup.RequestIntent code) Modifier and TypeMethodDescriptionRequestGroup.setIntentElement
(Enumeration<RequestGroup.RequestIntent> value)