Skip to main content

What is Study Status?

Study Status in OmegaAI represents the lifecycle of a radiology study within the system. It indicates the progress of a study from initial request to final reporting and archiving. Each status is associated with specific workflow steps and transition rules to ensure smooth operation within radiology workflows.

The Study Status feature in OmegaAI ensures that radiology workflows function smoothly by enforcing predefined study progression rules, transition values, and workflow mappings. Proper handling of study statuses prevents workflow disruptions and ensures traceability via audit logs. Administrators can customize statuses within defined constraints while ensuring compliance with radiology workflow best practices.

What are Workflow Steps?

A Workflow Step defines a stage in the radiology process that corresponds to specific study statuses. Workflow steps are used to categorize and track the study's progress from request to completion.

Study Status & Workflow Step Mapping

Study statuses are mapped to workflow steps to maintain consistency and compliance with radiology workflows. This mapping ensures that each study follows a predefined sequence of statuses.

How Mapping Works

Each study status is associated with one or more workflow steps.

When a study progresses to a new workflow step, its status updates accordingly.

Transition rules (min/max values) define the allowable movement between statuses to prevent unintended workflow disruptions.

Study Status Values & Transition Rules

Study statuses have predefined values, along with transition minimum and maximum values. These values dictate how studies move between statuses. Currently, study statuses can be marked inactive even if they are mapped to a workflow step. Every study status transition against its Transition Min and Max values.

Note:

Transition min/max rules apply in the Worklist and Study Information pages.

Transition Min and Max values apply only to manual updates (not for automated updates via Workflow Automation, DICOM ingestion, or appointment sync).

Study StatusDescriptionStudy Status ValueTransition MinTransition Max
REQUESTEDStudy has been requested via Blume or an external source153085
ORDEREDStudy has been ordered, yet no study date or time has been set203070
SCHEDULEDStudy has been scheduled; therefore, it has a set date and time304085
CONFIRMEDStudy has been confirmed with the patient5070105
ARRIVEDPatient has arrived at the clinic for the study7080120
CANCELLEDStudy has been cancelled8000
NO SHOWPatient failed to arrive for their appointment8500
READY FOR SCANPatient has completed check in and is ready for the technologist90100105
STARTEDTechnologist has started the exam100105120
EXAM COMPLETEDIt indicates that the study was completed, and this status can now be used after the status “COMPLETED” as a triggering status105110130
EXAM DISCONTINUEDExam may have begun but had to be discontinued due to various reasons (e.g. patient was claustrophobic)11000
INPROGRESSImages from the study are actively being received in the PACS115120160
COMPLETEDAll images have been received in the PACS (i.e. no pending receival)120130170
IMPORTStudies that are being manually or automatically imported into the PACS system from an external source (e.g. DICOM files, images, folders, etc.)12500
HOLDStudy is awaiting a task (prior requested/additional images etc.)130140160
REJECTEDStudy has been rejected due to various reasons (such as low-quality images)14000
VERIFIEDStudy has been validated by a tech/end user, and it is ready for the interpreting MD to read160170200
TO BE AMENDEDStudy has a final report but needs an addendum170180200
DICTATEDStudy status in a transcriptionist workflow to indicate the reading MD has recorded their findings180190200
TRANSCRIBEDStudy status in a transcriptionist workflow to indicate the Transcriptionist has typed the report and is ready for the reading MD to sign190200210
SIGNEDStudy has a final report SIGNED200210210
PRIORIndicates a prior study either by outside comparison21000
UNUSEDStudies that were created or received but are not actively linked to a patient record, workflow, or reporting process100000
QA/QCStudies that are under review for quality assurance or control purposes before they are made available for clinical use110000

Study Status Stamping

Study Status Stamping is the process when a study is received into OmegaAI (via DICOM Ingestion, OmegaAI Link, or Manual Import), the system evaluates several inputs to determine the correct Study Status.

Order of Preference

Since multiple mechanisms can assign or change the Study Status, OmegaAI applies them in a strict Order of Preference to ensure consistent, predictable behavior.

The higher the number, the stronger the priority (5 overrides 4, etc.):

PrioritySource / MechanismDescription
1 (Lowest)DICOM MetadataDefault Study Status derived from incoming DICOM tag(s).
2Receive Status AsExplicit status provided at the time of study ingestion via device.
3Always Overwrite Study StatusGlobal/station-level configuration to override incoming statuses.
4Auto-PriorAutomatically marks studies as "PRIOR" based on configurable age thresholds.
5 (Highest)Workflow Automation / ScriptingCustom rules or scripts applied during ingestion; overrides all other statuses.

Example Scenarios – Using OmegaAI’s Study Statuses

ScenarioFinal Study Status (What the user will see)Why
DICOM metadata says SCHEDULED; no other settings appliedSCHEDULEDDefault status derived from incoming DICOM metadata (Priority 1).
DICOM metadata says SCHEDULED; “Receive Status As” = CONFIRMED at importCONFIRMED“Receive Status As” overrides DICOM metadata (Priority 2).
Always Overwrite Study Status = COMPLETED; “Receive Status As” = CONFIRMEDCOMPLETEDStation configuration overrides “Receive Status As” (Priority 3).
Always Overwrite Study Status = COMPLETED; study older than Auto-Prior threshold (e.g. 45 days)PRIORAuto-Prior logic overrides Always Overwrite (Priority 4).
Study older than Auto-Prior threshold; WFA scripting rule = “If Modality=CT then status=VERIFIED”VERIFIEDScripting overrides Auto-Prior (Priority 5).

Important Notes

  • If no other configurations are made, the incoming DICOM status (like SCHEDULED, STARTED) remains.

  • Receive Status As” overrides the DICOM-supplied status (e.g. SCHEDULED → CONFIRMED).

  • Always Overwrite” overrides both but is still overridden by Auto-Prior.

  • Auto-Prior will always stamp PRIOR when a study is older than the threshold, even if the station default is something else.

  • Workflow Automation / Scripting can set any status (such as VERIFIED, TO BE AMENDED, REJECTED, HOLD) and always overrides.