{% extends "remapp/base.html" %} {% block headextras %} {% endblock %} {% block confnav %}
  • Display name documentation
  • Study deletion documentation
  • {% endblock %} {% block toprow %} {% load pagination_tags %}

    {% if admin.admingroup %}Check one or more boxes and click an Update button to be taken to a page where you can update all of the selected systems to the same display name and / or set a user defined modality type.

    The boxes can be checked or unchecked by clicking anywhere on the row. Tables can be sorted by clicking on column headers.{% endif %}

    Jump to CT | Fluoroscopy |Mammography | DX and CR | Others | Failed imports |

    {% endblock %} {% block mainblock %} {% paginate %} {% if admin.admingroup %}
    {% endif %} {% for modality in modalities %} {% endfor %} {% if admin.admingroup %} {% endif %}

    CT

    Querying the database for display names, please wait

    {% if admin.admingroup %} {% endif %}

    Fluoroscopy

    Querying the database for display names, please wait

    {% if admin.admingroup %} {% endif %}

    Mammography

    Querying the database for display names, please wait

    {% if admin.admingroup %} {% endif %}

    DX and CR

    Querying the database for display names, please wait

    {% if admin.admingroup %} {% endif %}

    Others

    Querying the database for display names, please wait

    {% if admin.admingroup %} {% endif %} {% if admin.admingroup %}
    {% endif %}

    Review studies that failed to import

    These are studies that do not have an entry in the unique_equipment_name table, and therefore the import would have aborted early in the process. Members of the admingroup can click through to review and delete these studies.

    {% endblock %}