{% extends 'atlas/base.html' %} {% load case_widgets %} {% load crispy_forms_tags %} {% block content %}

Uploaded dicoms

User: {{user}}
Upload more dicoms
{% if not case %} {% endif %} Click to select cases to import. If no series are selected all will be selected/imported.
{% if series_list %}
{% if grouped_series %} {% for study_uid, study in grouped_series %}
{{ study.description|default:"(no description)" }} ({{ study_uid }}) — {{ study.series|length }} series {% if study.partial_imported_uids %}
Partial import detected: {{ study.partial_imported_count }} series in this study already exist. The highlighted rows can finish importing the remaining images. {% if study.matched_existing_series %}
Existing series in Atlas: {% for existing_series in study.matched_existing_series %} {{ existing_series }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}
{% endif %} {% if study.import_suggestions %}
Study already imported: {% for suggestion in study.import_suggestions %}
Case: {{ suggestion.case }} ({{ suggestion.already_imported_count }} series already imported)
{% endfor %}
{% endif %}
{% endfor %} {% else %} {% endif %}
{% if case %}

Importing into case: {{case}}

{% endif %}
Selected: 0
Keep this page open while imports are running.
Upload settings
Select how series should be ordered when uploaded
This will affect how series are displayed when viewing with the built in site viewer. By default when exporting from Insight the order is not maintained so you should choose to order either by slice location or instance number. If you are not sure, leave this as the default.
Loading...
{% else %} No uploads awaiting importing have been found. {% endif %}

View orphan series

{% endblock %} {% block css %} {% endblock css %}