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

This table shows all the files that the remote PACS/DICOM node sent and where considered for downloading (moving). For a list of SOP classes see the DICOM Standard .

In most cases this will not show all the images on the remote. The reason is that if OpenREM decides to download a whole series it will not go checking which images are stored. Similarly if a series particularily fit for downloading is discovered, all others may be ignored without ever looking at their files.

You are viewing files that are part of series {{queryseries.series_instance_uid}}, which is a part of the study study {{queryseries.dicom_qr_rsp_study.study_instance_uid}}.

{% for image in queryimages %} {% endfor %}
SOP class Downloaded?
{{image.sop_class_uid}} {{image.deleted_reason}}
{% endblock %}