{% extends "remapp/filteredbase.html" %} {% load sigdig %} {% load update_variable %} {% block navrf %}
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 %}
{% else %}No export permissions
{% endif %}Institution |
|
Date |
|
{% if showStandardNames %}
Standard study names | {% endif %}Number of events | Total DAP (cGy.cm2) | Total dose at RP (Gy) | {% if alertLevels.show_accum_dose_over_delta_weeks %}Total DAP summed over {{ alertLevels.accum_dose_delta_weeks }} weeks before study(cGy.cm2) |
Total dose at RP summed over {{ alertLevels.accum_dose_delta_weeks }} weeks before study (Gy) |
{% endif %}
Physician | {% if admin.admingroup %}Delete? | {% endif %}||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ equipment.institution_name }} |
|
{{ exam.study_date|date:"Y-m-d" }} {{ exam.study_time|date:"H:i" }} |
|
{% if showStandardNames %}
|
{% endif %}
{{ exam.number_of_events }} |
{% if exam.number_of_planes == 2 %}
{% if exam.dap_a_cgycm2 >= alertLevels.alert_total_dap_rf %}
A: {{ exam.dap_a_cgycm2|floatformat:1 }}
{% else %}
A: {{ exam.dap_a_cgycm2|floatformat:1 }}
{% endif %}
{% if exam.dap_b_cgycm2 >= alertLevels.alert_total_dap_rf %} B: {{ exam.dap_b_cgycm2|floatformat:1 }} {% else %} B: {{ exam.dap_b_cgycm2|floatformat:1 }} {% endif %} {% else %} {% if exam.dap_a_cgycm2 >= alertLevels.alert_total_dap_rf %} {{ exam.dap_a_cgycm2|floatformat:1 }} {% else %} {{ exam.dap_a_cgycm2|floatformat:1 }} {% endif %} {% endif %} |
{% if exam.number_of_planes == 2 %}
{% if exam.total_rp_dose_a >= alertLevels.alert_total_rp_dose_rf %}
A: {{ exam.total_rp_dose_a|sigdig }}
{% else %}
A: {{ exam.total_rp_dose_a|sigdig }}
{% endif %}
{% if exam.total_rp_dose_b >= alertLevels.alert_total_rp_dose_rf %} B: {{ exam.total_rp_dose_b|sigdig }} {% else %} B: {{ exam.total_rp_dose_b|sigdig }} {% endif %} {% else %} {% if exam.total_rp_dose_a >= alertLevels.alert_total_rp_dose_rf %} {{ exam.total_rp_dose_a|sigdig }} {% else %} {{ exam.total_rp_dose_a|sigdig }} {% endif %} {% endif %} |
{% if alertLevels.show_accum_dose_over_delta_weeks %}
{% if exam.dap_delta_weeks_cgycm2 >= alertLevels.alert_total_dap_rf %} {{ exam.dap_delta_weeks_cgycm2|floatformat:1 }} {% else %} {{ exam.dap_delta_weeks_cgycm2|floatformat:1 }} {% endif %} ({{ n_delta_studies }} exam{{ n_delta_studies|pluralize }}) | {% if exam.total_rp_dose_delta_weeks >= alertLevels.alert_total_rp_dose_rf %} {{ exam.total_rp_dose_delta_weeks | sigdig }} {% else %} {{ exam.total_rp_dose_delta_weeks | sigdig }} {% endif %} ({{ n_delta_studies }} exam{{ n_delta_studies|pluralize }}) | {% endif %}{{ exam.performing_physician_name }} | {% if admin.admingroup %}Delete | {% endif %}