{% extends "base.html" %} {% load static %} {% block title %}Delete Radiology Report - {{ object.report_id }}{% endblock %} {% block content %}
You are about to permanently delete this radiology report. This action cannot be undone and may have serious legal and clinical implications.
| Report ID: | {{ object.report_id }} |
| Patient: | {{ object.study.patient.get_full_name }} |
| Study: | {{ object.study.get_study_type_display }} |
| Study Date: | {{ object.study.study_date|date:"M d, Y" }} |
| Status: | {{ object.get_status_display }} |
| Radiologist: | {{ object.radiologist.get_full_name|default:"Not assigned" }} |
| Priority: | {{ object.get_priority_display }} |
| Critical Findings: | {% if object.has_critical_findings %} Yes {% else %} No {% endif %} |
| Created: | {{ object.created_at|date:"M d, Y g:i A" }} |
This report contains critical findings that may be essential for patient care. Deletion could impact patient safety and legal compliance.
This is a finalized report that may be part of the official medical record. Deletion may violate record retention policies and legal requirements.
For urgent deletion requests or questions: