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

    Unit display name and modality type configuration

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

    {% if admin.admingroup %}

    Setting display name automatically for known devices

    {% csrf_token %} {% for field in MergeOptionsForm %}
    {% endfor %}

    RDSRs include a Device Observer UID that is unique to that device. If this option is ticked, when one of the other variables (e.g. software version) changes, OpenREM will automatically set the display name to be the same as the one already configured for that device.

    Do not tick this option if you want to spot when software changes or the station name changes because a new unit will appear in the summary tables.

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