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

This table shows all the studies that the remote PACS/DICOM node sent and where considered for downloading (moving). Click on any study to see the series that were found for this study.

Note that studies that are present on the remote will not be shown here if their modality type was not selected for downloading. Similarly, they will not be shown if they were filtered because their date does not match, since those things are filtered already on the remote node. To see all studies sent by the remote hence enable all modalities and set no date at all.

Back to the query overview.

{% for qstudy in querystudies %} {% endfor %}
Study UID Study description Modality Downloaded?
{{qstudy.study_instance_uid}} {{qstudy.study_description}} {{qstudy.modality}} {{qstudy.deleted_reason}}
{% endblock %}