{% extends "remapp/filteredbase.html" %} {% block navbar %} {% if request.user.userprofile.displayCT %}
There are {{ filter.count }} studies in this list.
{% if admin.exportperm or admin.adminperm %} {% else %}Sorry, you don't have enough permissions to enable study export.
{% endif %} {% endblock %} {% block col2 %} {{ studyfilter }} {% endblock %} {% block col1 %} {% autopaginate filter.qs 50 as filter_list %} {% paginate %}Institution | Make | Model | Station name | Date | Protocol | Accession number | Number of events | Total DAP (cGy.cm2) | {% if admin.adminperm %}Delete? | {% endif %}
---|---|---|---|---|---|---|
{{ exam.generalequipmentmoduleattr_set.get.institution_name }} | {{ exam.generalequipmentmoduleattr_set.get.manufacturer }} | {{ exam.generalequipmentmoduleattr_set.get.manufacturer_model_name }} | {{ exam.generalequipmentmoduleattr_set.get.station_name }} | {{ exam.study_date|date:"Y-m-d" }} {{ exam.study_time|date:"H:i" }} | {{ exam.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 }} | {% if admin.adminperm %}Delete | {% endif %}
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.
Click on an individual column to show a histogram of data for that acquisition protocol.
Click on an individual column to show a histogram of data for that acquisition protocol.
Click on a segment to be taken to a pie chart showing the breakdown per hour for that weekday.
Click on the legend entries to show or hide the corresponding series. Click and drag the mouse over a date range to zoom in.