{% extends 'base.html' %} {% load static %} {% block title %}DICOM Workflow Management{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

DICOM Workflow Management

DICOM Processing Workflow

Automated DICOM file processing and analysis pipeline

Active 5 Nodes 12 Files Processed
Last Execution
{{ workflow.last_execution|date:"M d, Y g:i A"|default:"Never" }}
Next Run: {{ workflow.next_run|date:"M d, Y g:i A"|default:"Manual" }}
{{ stats.running|default:0 }}
Running
{{ stats.completed|default:0 }}
Completed
{{ stats.queued|default:0 }}
Queued
{{ stats.failed|default:0 }}
Failed
DICOM Input
Completed
Receives DICOM files from PACS or upload
Validation
Processing
Validates DICOM file integrity and metadata
Analysis
Pending
Performs automated image analysis
Anonymization
Pending
Removes patient identifying information
Archive
Pending
Archives processed files to storage
{% endblock %} {% block extra_js %} {% endblock %}