{% extends "remapp/filteredbase.html" %} {% block navnm%}
  • {% endblock %} {% block toprow %}

    There are {{ study_list.paginator.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 %} {% for field in chartOptionsForm %} {% if field.field.widget.attrs.class == 'CheckboxSelectMultiple' %} {% elif field.label == 'Study frequency' or field.label == 'Time period' %} {% else %} {% endif %} {% endfor %}
    {{ field }} {{ field }} {{ field }}

    Table options

    {{ itemsPerPageForm }}
    {% endblock %} {% block col1 %} {% if admin.admingroup %} {% endif %} {% for exam in study_list %} {% with equipment=exam.generalequipmentmoduleattr_set.get %} {% with radioadmin=exam.radiopharmaceuticalradiationdose_set.get.radiopharmaceuticaladministrationeventdata_set.get %} {% if admin.admingroup %} {% endif %} {% endwith %} {% endwith %} {% endfor %}
    Institution
    Make
    Model
    Display name
    Date
    Study description
    Procedure
    Requested Procedure
    Accession number
    Radiopharmaceutical Administered Dose (MBq)Delete?
    {{ equipment.institution_name }}
    {{ equipment.manufacturer }}
    {{ equipment.manufacturer_model_name }}
    {{ equipment.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.procedure_code_meaning }}
    {{ exam.requested_procedure_code_meaning }}
    {{ exam.accession_number }}
    {% if radioadmin.radiopharmaceutical_agent %} {{radioadmin.radiopharmaceutical_agent.code_meaning}} {% else %} {{radioadmin.radiopharmaceutical_agent_string}} {% endif %} {{radioadmin.administered_activity|floatformat:2}} Delete
    {% endblock %} {% block jsblock %} {% endblock %} {% block plotdata %} {% if request.user.userprofile.plotCharts %}
    ajax loading spinner
    {% for chart in required_charts %}
    {% endfor %} {% endif %} {% endblock %}