
Uses of Enum Class
org.hl7.fhir.r4.model.ServiceRequest.ServiceRequestStatus
Packages that use ServiceRequest.ServiceRequestStatus
-
Uses of ServiceRequest.ServiceRequestStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ServiceRequest.ServiceRequestStatusModifier and TypeFieldDescriptionprotected Enumeration<ServiceRequest.ServiceRequestStatus> ServiceRequest.statusThe status of the order.Methods in org.hl7.fhir.r4.model that return ServiceRequest.ServiceRequestStatusModifier and TypeMethodDescriptionServiceRequest.getStatus()Returns the enum constant of this class with the specified name.static ServiceRequest.ServiceRequestStatus[]ServiceRequest.ServiceRequestStatus.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.ServiceRequestStatusModifier and TypeMethodDescriptionServiceRequest.ServiceRequestStatusEnumFactory.fromType(PrimitiveType<?> code) ServiceRequest.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type ServiceRequest.ServiceRequestStatusModifier and TypeMethodDescriptionServiceRequest.setStatus(ServiceRequest.ServiceRequestStatus value) ServiceRequest.ServiceRequestStatusEnumFactory.toCode(ServiceRequest.ServiceRequestStatus code) ServiceRequest.ServiceRequestStatusEnumFactory.toSystem(ServiceRequest.ServiceRequestStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ServiceRequest.ServiceRequestStatusModifier and TypeMethodDescriptionServiceRequest.setStatusElement(Enumeration<ServiceRequest.ServiceRequestStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ServiceRequest.ServiceRequestStatusModifierConstructorDescriptionServiceRequest(Enumeration<ServiceRequest.ServiceRequestStatus> status, Enumeration<ServiceRequest.ServiceRequestIntent> intent, Reference subject) Constructor