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