{% extends "base.html" %} {% load static %} {% block title %}Radiology Report - {{ report.report_id }}{% endblock %} {% block breadcrumb %}
{% endblock %} {% block content %}Accession Number: {{ report.study.accession_number }} | Study Date: {{ report.study.study_datetime|date:"M d, Y g:i A" }}
Patient: {{ report.study.patient.get_full_name }} ({{ report.study.patient.patient_id }})
{{ report.clinical_history|linebreaks }}
{{ report.technique|linebreaks }}
No findings documented.
{% endif %}No impression documented.
{% endif %}{{ report.recommendations|linebreaks }}
{{ report.critical_findings|linebreaks }}
{% if report.critical_notification_sent %}{{ report.report_id }}