{% extends "base.html" %} {% load static %} {% block title %}Delete Incident - Quality Management{% endblock %} {% block content %}
You are about to permanently delete this incident record. This action cannot be undone and will result in the loss of all associated data, including investigation findings, corrective actions, and attachments.
This incident is currently under investigation. Deleting it will terminate the ongoing investigation and may impact compliance requirements.
This incident has been resolved. Deleting resolved incidents may impact quality metrics and regulatory reporting requirements.
This incident has been closed and may be required for regulatory compliance and quality reporting. Consider archiving instead of deletion.
This incident involves a patient and may be subject to regulatory reporting requirements. Deletion may violate patient safety and quality compliance standards.
This incident requires external reporting to regulatory agencies. Deletion may result in compliance violations and regulatory penalties.
Warning: This incident has {{ object.corrective_actions.count }} associated corrective action(s). Deleting this incident will also delete all related corrective actions.
| Action | Assigned To | Status | Due Date |
|---|---|---|---|
|
{{ action.title }}
{{ action.description|truncatechars:50 }}
|
{{ action.assigned_to.get_full_name|default:"Not assigned" }} | {% if action.status == 'pending' %} Pending {% elif action.status == 'in_progress' %} In Progress {% elif action.status == 'completed' %} Completed {% elif action.status == 'cancelled' %} Cancelled {% endif %} | {% if action.due_date %} {{ action.due_date|date:"M d, Y" }} {% if action.due_date < today and action.status != 'completed' %} Overdue {% endif %} {% else %} Not set {% endif %} |
Consider these alternatives to permanent deletion: