{% extends 'atlas/base.html' %} {% block content_container_class %}container-fluid content-wide px-3{% endblock %} {% block content %}
Admin-only tool for searching pending uploads and imported Atlas data by hash, series UID, or study UID.
{% if hash_query or series_query or study_query %}Found {{ uploads_result_count }} pending upload{{ uploads_result_count|pluralize }} and {{ imported_result_count }} imported image{{ imported_result_count|pluralize }} and {{ matched_series_result_count }} existing Atlas series.
| Series | Series UID | Cases | Links |
|---|---|---|---|
| {{ series }} | {{ series.series_instance_uid|default:'-' }} |
{{ series.case.count }} | View series |
| Hash | Uploaded | User | Series UID | Links |
|---|---|---|---|---|
{{ dicom.image_blake3_hash }} |
{{ dicom.created_date }} | {{ dicom.user }} | {{ dicom.series_instance_uid|default:"-" }} |
{% if dicom.series_instance_uid %} View series uploads {% else %} - {% endif %} |
| Hash | Image ID | Series | Series UID | Links |
|---|---|---|---|---|
{{ image.image_blake3_hash }} |
{{ image.pk }} | {% if image.series %} {{ image.series }} {% else %} - {% endif %} |
{% if image.series and image.series.series_instance_uid %}
{{ image.series.series_instance_uid }}
{% else %}
-
{% endif %}
|
{% if image.series %} View series {% else %} - {% endif %} |