{% spaceless %}
{% with patientstudy=study.patientstudymoduleattr_set.get %} {% with equipment=study.generalequipmentmoduleattr_set.get %}A fluoroscopy study has triggered a high dose alert. See below for details. This message has been automatically sent by OpenREM: please do not reply as this mailbox is not monitored.
Study date: | {{ study.study_date|date:"d/m/y" }} |
Study time: | {{ study.study_time|date:"H:i" }} |
Study description: | {{ study.study_description }} |
Procedure: | {{ study.procedure_code_meaning }} |
Requested procedure: | {{ study.requested_procedure_code_meaning }} |
Patient height (m): | {{ patientstudy.patient_size|floatformat:2 }} |
Patient weight (kg): | {{ patientstudy.patient_weight|floatformat:1 }} |
Institution: | {{ equipment.institution_name }} |
Display name: | {{ study.generalequipmentmoduleattr_set.get.unique_equipment_name.display_name }} |
Accession number: | {{ study.accession_number }} |
OpenREM link: | This study |
Total DAP, {{ record.acquisition_plane }} (cGy.cm2): | {% if accumprojection.convert_gym2_to_cgycm2 >= alert_levels.alert_total_dap_rf %} {{ accumprojection.convert_gym2_to_cgycm2|floatformat:1 }} (This is above the alert level of {{ alert_levels.alert_total_dap_rf|floatformat:1 }}) {% else %} {{ accumprojection.convert_gym2_to_cgycm2|floatformat:1 }} {% endif %} |
Total dose at RP, {{ record.acquisition_plane }} (Gy): | {% if accumprojection.dose_rp_total >= alert_levels.alert_total_rp_dose_rf %} {{ accumprojection.dose_rp_total|floatformat:1 }} (This is above the alert level of {{ alert_levels.alert_total_rp_dose_rf|floatformat:1 }}) {% else %} {{ accumprojection.dose_rp_total|floatformat:1 }} {% endif %} |
Number of studies: | {{ studies_in_week_delta.count }} ({% for each_study in studies_in_week_delta %} {% if each_study.pk == study.pk %}this study{% else %}study {{ each_study.pk }}{% endif %}{% if not forloop.last %}, {% endif %} {% endfor %}) |
Total DAP from all studies (cGy.cm2): | {% if accumprojection.total_dap_delta_gym2_to_cgycm2 >= alert_levels.alert_total_dap_rf %} {{ accumprojection.total_dap_delta_gym2_to_cgycm2|floatformat:1 }} (This is above the alert level of {{ alert_levels.alert_total_dap_rf|floatformat:1 }}) {% else %} {{ accumprojection.total_dap_delta_gym2_to_cgycm2|floatformat:1 }} {% endif %} |
Total dose at RP from all studies (Gy): | {% if accumprojection.dose_rp_total_over_delta_weeks >= alert_levels.alert_total_rp_dose_rf %} {{ accumprojection.dose_rp_total_over_delta_weeks|floatformat:1 }} (This is above the alert level of {{ alert_levels.alert_total_rp_dose_rf|floatformat:1 }}) {% else %} {{ accumprojection.dose_rp_total_over_delta_weeks|floatformat:1 }} {% endif %} |
Date | Time | Accession number | Total DAP (cGy.cm2) | Total dose at RP (Gy) | OpenREM link |
---|---|---|---|---|---|
{{ each_study.study_date|date:"d/m/y" }} | {{ each_study.study_time|date:"H:i" }} | {{ each_study.accession_number }} |
{% for accumxraydoseset_allplanes in each_study.projectionxrayradiationdose_set.get.accumxraydose_set.all %}
{% with accumprojection=accumxraydoseset_allplanes.accumintegratedprojradiogdose_set.get %}
{{ accumxraydoseset_allplanes.acquisition_plane }}:
{% if accumprojection.convert_gym2_to_cgycm2 >= alert_levels.alert_total_dap_rf %}
{{ accumprojection.convert_gym2_to_cgycm2|floatformat:1 }}
{% else %}
{{ accumprojection.convert_gym2_to_cgycm2|floatformat:1 }}
{% endif %}
{% endwith %} {% endfor %} |
{% for accumxraydoseset_allplanes in each_study.projectionxrayradiationdose_set.get.accumxraydose_set.all %}
{% with accumprojection=accumxraydoseset_allplanes.accumintegratedprojradiogdose_set.get %}
{{ accumxraydoseset_allplanes.acquisition_plane }}:
{% if accumprojection.dose_rp_total >= alert_levels.alert_total_rp_dose_rf %}
{{ accumprojection.dose_rp_total|floatformat:1 }}
{% else %}
{{ accumprojection.dose_rp_total|floatformat:1 }}
{% endif %}
{% endwith %} {% endfor %} |
{% if each_study.pk == study.pk %}This study{% else %}Study {{ each_study.pk }}{% endif %} |