{% extends "remapp/filteredbase.html" %} {% block navdx %}
  • {% endblock %} {% block toprow %} {% load pagination_tags %}

    There are {{ filter.count }} studies in this list.

    {% endblock %} {% block col2 %}

    Data export

    {% if admin.exportgroup %}

    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 %}
    {{ studyfilter }}

    Exam filter

    Date format yyyy-mm-dd {% for field in filter.form.visible_fields %}
    {{ field.errors }} {{ field }}
    {% endfor %} {% for field in filter.form.hidden_fields %}
    {{ field }}
    {% endfor %}

    Chart options

    {% csrf_token %} {{ chartOptionsForm }}
    {% endblock %} {% block col1 %} {% autopaginate filter.qs 50 as filter_list %} {% paginate %} {% if admin.admingroup %} {% endif %} {% for exam in filter_list %} {% if admin.admingroup %} {% endif %} {% endfor %}
    Institution
    Make
    Model
    Display name
    Date
    Study description
    Requested procedure
    Accession number
    Number of events Total DAP (cGy.cm2)Delete?
    {{ exam.generalequipmentmoduleattr_set.get.institution_name }}
    {{ exam.generalequipmentmoduleattr_set.get.manufacturer }}
    {{ exam.generalequipmentmoduleattr_set.get.manufacturer_model_name }}
    {{ exam.generalequipmentmoduleattr_set.get.unique_equipment_name.display_name }}
    {{ exam.study_date|date:"Y-m-d" }} {{ exam.study_time|date:"H:i" }} {% if not exam.accession_hashed %} {% endif %}
    {{ exam.study_description }}
    {{ exam.requested_procedure_code_meaning }}
    {{ exam.accession_number }}
    {{ exam.projectionxrayradiationdose_set.get.accumxraydose_set.get.accumintegratedprojradiogdose_set.get.total_number_of_radiographic_frames }} {{ exam.projectionxrayradiationdose_set.get.accumxraydose_set.get.accumintegratedprojradiogdose_set.get.convert_gym2_to_cgycm2 | floatformat:1 }} Delete
    {% paginate %} {% endblock %} {% block plotdata %} {% if request.user.userprofile.plotCharts %}
    {% if request.user.userprofile.plotDXAcquisitionFreq or request.user.userprofile.plotDXAcquisitionMeankVpOverTime or request.user.userprofile.plotDXAcquisitionMeanmAsOverTime or request.user.userprofile.plotDXAcquisitionMeanDAPOverTime%} {% endif %} {% if request.user.userprofile.plotDXAcquisitionMeanDAP %}
    Sorting options {% if request.user.userprofile.plotHistograms %} Click on an individual column to show a histogram of data for that acquisition protocol.
    Click on a histogram bin tooltip to see the studies that contain the acquisitions in the bin. Note that this will include acquisitions at the upper bin boundary, so in some cases may display more data than shown in the histogram bin. {% endif %}
    ↑DAP ↑frequency A to Z
    ↓DAP ↓frequency Z to A
    Toggle fullscreen Toggle data table Reset zoom
    {% endif %} {% if request.user.userprofile.plotDXAcquisitionFreq %}
    {% endif %} {% if request.user.userprofile.plotDXRequestMeanDAP %}
    Sorting options {% if request.user.userprofile.plotHistograms %} Click on an individual column to show a histogram of data for that requested procedure name.
    Click on a histogram bin tooltip to see the studies that contain the requested procedure names in the bin. Note that this will include requested procedures at the upper bin boundary, so in some cases may display more data than shown in the histogram bin. {% endif %}
    ↑DAP ↑frequency A to Z
    ↓DAP ↓frequency Z to A
    Toggle fullscreen Toggle data table Reset zoom
    {% endif %} {% if request.user.userprofile.plotDXRequestFreq %}
    {% endif %} {% if request.user.userprofile.plotDXStudyMeanDAP %}
    Sorting options {% if request.user.userprofile.plotHistograms %} Click on an individual column to show a histogram of data for that study description.
    Click on a histogram bin tooltip to see the studies that contain the study names in the bin. Note that this will include studies at the upper bin boundary, so in some cases may display more data than shown in the histogram bin. {% endif %}
    ↑DAP ↑frequency A to Z
    ↓DAP ↓frequency Z to A
    Toggle fullscreen Toggle data table Reset zoom
    {% endif %} {% if request.user.userprofile.plotDXStudyFreq %}
    {% endif %} {% if request.user.userprofile.plotDXAcquisitionMeankVp %}
    {% endif %} {% if request.user.userprofile.plotDXAcquisitionMeanmAs %}
    {% endif %} {% if request.user.userprofile.plotDXStudyPerDayAndHour %}

    Click on a segment to be taken to a pie chart showing the breakdown per hour for that weekday.

    Toggle fullscreen Toggle data table
    {% endif %} {% if request.user.userprofile.plotDXAcquisitionMeankVpOverTime %}
    {% endif %} {% if request.user.userprofile.plotDXAcquisitionMeanmAsOverTime %}
    {% endif %} {% if request.user.userprofile.plotDXAcquisitionMeanDAPOverTime %}
    {% endif %} {% endif %} {% endblock %}