{% extends "remapp/base.html" %} {% block headextras %} {% endblock %} {% block mainblock %}

The first table below shows all the series that the remote PACS/DICOM node sent and where considered for downloading (moving). Click on any to see which files (usually images or structured reports) where considered for downloading.

If the study was already ignored (for example because of a filter), maybe the series got never asked for and hence are not listed here even if present on the remote.

The second table displays all import tasks that were run for this study. At the moment displaying Toshiba and weight/size imports is not supported.

You are viewing series of the study study {{queryseries.first.dicom_qr_rsp_study.study_instance_uid}}.

{% for qseries in queryseries %} {% endfor %}
Series UID Series description Modality Downloaded?
{{qseries.series_instance_uid}} {{qseries.series_description}} {{qseries.modality}} {{qseries.deleted_reason}}
{% for import in studyimports %} {% if import.completed_successfully %} {% else %} {% if import.complete %} {% else %} {% endif %} {% endif %} {% endfor %}
Task UUID Task type Error Status
{{import.uuid}} {{import.task_type}} {% if not import.completed_successfully %} {{import.error}} {% endif %} {% if import.complete %} {% if import.completed_successfully %} Import finished successfully {% else %} Error {% endif %} {% else %} Currently running {% endif %}
{% endblock %}