
Uses of Enum Class
org.hl7.fhir.r4.model.ServiceRequest.ServiceRequestIntent
Packages that use ServiceRequest.ServiceRequestIntent
-
Uses of ServiceRequest.ServiceRequestIntent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ServiceRequest.ServiceRequestIntentModifier and TypeFieldDescriptionprotected Enumeration<ServiceRequest.ServiceRequestIntent> ServiceRequest.intentWhether the request is a proposal, plan, an original order or a reflex order.Methods in org.hl7.fhir.r4.model that return ServiceRequest.ServiceRequestIntentModifier and TypeMethodDescriptionServiceRequest.getIntent()Returns the enum constant of this class with the specified name.static ServiceRequest.ServiceRequestIntent[]ServiceRequest.ServiceRequestIntent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ServiceRequest.ServiceRequestIntentModifier and TypeMethodDescriptionServiceRequest.ServiceRequestIntentEnumFactory.fromType(PrimitiveType<?> code) ServiceRequest.getIntentElement()Methods in org.hl7.fhir.r4.model with parameters of type ServiceRequest.ServiceRequestIntentModifier and TypeMethodDescriptionServiceRequest.setIntent(ServiceRequest.ServiceRequestIntent value) ServiceRequest.ServiceRequestIntentEnumFactory.toCode(ServiceRequest.ServiceRequestIntent code) ServiceRequest.ServiceRequestIntentEnumFactory.toSystem(ServiceRequest.ServiceRequestIntent code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ServiceRequest.ServiceRequestIntentModifier and TypeMethodDescriptionServiceRequest.setIntentElement(Enumeration<ServiceRequest.ServiceRequestIntent> value)