Verified Date: {{ object.verified_at|date:"M d, Y g:i A" }}
{% endif %}
Result ID: {{ object.pk }}
Created: {{ object.created_at|date:"M d, Y g:i A" }}
{% if object.comments %}
Comments
{{ object.comments }}
{% endif %}
{% if object.abnormal_flag in 'HH,LL' %}
Critical Result Warning
Critical Result: This result has been flagged as critical ({{ object.get_abnormal_flag_display }}).
Deleting critical results requires additional documentation and may trigger quality review processes.
Recommendation: Consider correcting the result instead of deleting it,
or ensure proper documentation of the deletion reason for regulatory compliance.
{% endif %}
{% if object.verified_by %}
Verified Result Notice
Verified Result: This result has been verified by {{ object.verified_by.get_full_name }}
on {{ object.verified_at|date:"M d, Y g:i A" }}. Deleting verified results may require additional approvals.
{% if object.status == 'final' %}
Final Result: This result has final status and may have been included in patient reports
or used for clinical decisions. Consider the impact before deletion.