Uses of Enum
org.hl7.fhir.r5.patterns.Request.RequestIntent
-
Uses of Request.RequestIntent in org.hl7.fhir.r5.patterns
Modifier 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.Modifier and TypeMethodDescriptionRequest.RequestIntentEnumFactory.fromType
(PrimitiveType<?> code) Request.getIntentElement()
Modifier and TypeMethodDescriptionRequest.setIntent
(Request.RequestIntent value) Request.RequestIntentEnumFactory.toCode
(Request.RequestIntent code) Request.RequestIntentEnumFactory.toSystem
(Request.RequestIntent code) Modifier and TypeMethodDescriptionRequest.setIntentElement
(Enumeration<Request.RequestIntent> value)