
Uses of Enum Class
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.RequestIntentRequest.getIntent()static Request.RequestIntentReturns the enum constant of this class with the specified name.static Request.RequestIntent[]Request.RequestIntent.values()Returns an array containing the constants of this enum class, 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)