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

    The entry in the unique equipment names table for these {{ modality }} studies looks like this

    Display name User defined modality Institution Department Manufacturer Model Station name Serial no. Software version Gantry ID
    {{ equipment.display_name }} {{ equipment.user_defined_modality }} {{ equipment.institution_name }} {{ equipment.institutional_department_name }} {{ equipment.manufacturer }} {{ equipment.manufacturer_model_name }} {{ equipment.station_name }} {{ equipment.device_serial_number }} {{ equipment.software_versions }} {{ equipment.gantry_id }}

    {% if modality == "OT" %} This list is of studies that are not identified as being CT, fluoroscopy, mammography or radiography (DX and CR). The total number of studies associated with this equipment (before filtering out the modalities) is {{ count_all }}, and {{ studies_count }} after doing the exclusions. {% else %} There are {{ count_all }} studies associated with this equipment, and {{ studies_count }} studies in this list which has been filtered by the modality {{ modality }} {% if modality == "DX" %}(including CR){% endif %} {% endif %}

    Study deletion options

    Which should you choose, if you want to remove these studies?

    If you have added ths equipment to an equipment name, for example "Imported", then just delete the studies so that new studies that are imported will drop into the same display name. Otherwise delete the studies and the equipment name table entry too.

    {% if studies_count %} {% else %} {% endif %}
    {% endblock %} {% block mainblock %} {% if studies.has_other_pages %} {% load proper_paginate %} {% load url_replace %} {% endif %} {% for study in studies %} {% endfor %}
    General Patient module CT data DX/RF/MG Accumulated data Irradiation event data
    Date Time General Study Template Accumulated Events Template Accumulated Fluoro & DX Mammography Cassette based Projection General Detector Source Mechanical
    {% endblock %}