Uses of Enum
org.hl7.fhir.r4.model.ActivityDefinition.RequestIntent
-
Uses of ActivityDefinition.RequestIntent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ActivityDefinition.RequestIntent> ActivityDefinition.intent
Indicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain.Modifier and TypeMethodDescriptionActivityDefinition.getIntent()
Returns the enum constant of this type with the specified name.static ActivityDefinition.RequestIntent[]
ActivityDefinition.RequestIntent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionActivityDefinition.RequestIntentEnumFactory.fromType
(PrimitiveType<?> code) ActivityDefinition.getIntentElement()
Modifier and TypeMethodDescriptionActivityDefinition.setIntent
(ActivityDefinition.RequestIntent value) ActivityDefinition.RequestIntentEnumFactory.toCode
(ActivityDefinition.RequestIntent code) ActivityDefinition.RequestIntentEnumFactory.toSystem
(ActivityDefinition.RequestIntent code) Modifier and TypeMethodDescriptionActivityDefinition.setIntentElement
(Enumeration<ActivityDefinition.RequestIntent> value)