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.intentIndicates 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.RequestIntentRequestGroup.getIntent()static RequestGroup.RequestIntentReturns 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.RequestIntentMethods 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)