Uses of Enum
org.hl7.fhir.r4.model.ServiceRequest.ServiceRequestIntent
-
Uses of ServiceRequest.ServiceRequestIntent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ServiceRequest.ServiceRequestIntent> ServiceRequest.intent
Whether the request is a proposal, plan, an original order or a reflex order.Modifier and TypeMethodDescriptionServiceRequest.getIntent()
Returns the enum constant of this type with the specified name.static ServiceRequest.ServiceRequestIntent[]
ServiceRequest.ServiceRequestIntent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionServiceRequest.ServiceRequestIntentEnumFactory.fromType
(PrimitiveType<?> code) ServiceRequest.getIntentElement()
Modifier and TypeMethodDescriptionServiceRequest.setIntent
(ServiceRequest.ServiceRequestIntent value) ServiceRequest.ServiceRequestIntentEnumFactory.toCode
(ServiceRequest.ServiceRequestIntent code) ServiceRequest.ServiceRequestIntentEnumFactory.toSystem
(ServiceRequest.ServiceRequestIntent code) Modifier and TypeMethodDescriptionServiceRequest.setIntentElement
(Enumeration<ServiceRequest.ServiceRequestIntent> value)