
Uses of Enum
org.hl7.fhir.r5.patterns.Request.RequestIntent
Packages that use Request.RequestIntent
-
Uses of Request.RequestIntent in org.hl7.fhir.r5.patterns
Methods in org.hl7.fhir.r5.patterns that return Request.RequestIntentModifier and TypeMethodDescriptionstatic Request.RequestIntent
Request.getIntent()
static Request.RequestIntent
Returns the enum constant of this type with the specified name.static Request.RequestIntent[]
Request.RequestIntent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.patterns that return types with arguments of type Request.RequestIntentModifier and TypeMethodDescriptionRequest.RequestIntentEnumFactory.fromType
(PrimitiveType<?> code) Request.getIntentElement()
Methods in org.hl7.fhir.r5.patterns with parameters of type Request.RequestIntentModifier and TypeMethodDescriptionRequest.setIntent
(Request.RequestIntent value) Request.RequestIntentEnumFactory.toCode
(Request.RequestIntent code) Request.RequestIntentEnumFactory.toSystem
(Request.RequestIntent code) Method parameters in org.hl7.fhir.r5.patterns with type arguments of type Request.RequestIntentModifier and TypeMethodDescriptionRequest.setIntentElement
(Enumeration<Request.RequestIntent> value)