{% extends "remapp/filteredbase.html" %} {% block navdx %}
There are {{ study_list.paginator.count }} studies in this list.
{% endblock %} {% block col2 %}Note: Apply the exam filter first to refine what is exported.
Export to CSV {% if admin.pidgroup %} With names With ID With both
{% endif %} Export to XLSX {% if admin.pidgroup %} With names With ID With both {% endif %}
PHE 2019 Survey: Projection PHE 2019 Survey: Study
{% else %}No export permissions
{% endif %}Institution |
|
Date |
|
{% if showStandardNames %}
Standard study names | {% endif %}Number of events | Total DAP (cGy.cm2) | {% if admin.admingroup %}Delete? | {% endif %}||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ equipment.institution_name }} |
|
{{ exam.study_date|date:"Y-m-d" }} {{ exam.study_time|date:"H:i" }} |
|
{% if showStandardNames %}
|
{% endif %}
{% if exam.number_of_planes == 2 %}
A: {{ exam.number_of_events_a }} B: {{ exam.number_of_events_b }} {% else %} {{ exam.number_of_events_a }} {% endif %} |
{% if exam.number_of_planes == 2 %}
A: {{ exam.dap_a_cgycm2 | floatformat:1 }} B: {{ exam.dap_b_cgycm2 | floatformat:1 }} {% else %} {{ exam.dap_a_cgycm2 | floatformat:1 }} {% endif %} |
{% if admin.admingroup %}
Delete | {% endif %}