Current DICOM SCP statuses
Remote QR nodes
{% autoescape off %}
{% for qr_node in qr_nodes %}
- {{ qr_node.name }}
- Waiting for verification response
{% endfor %}
{% endautoescape %}
Local Store nodes
{% autoescape off %}
{% for store_node in store_nodes %}
- {{ store_node.name }}
- Waiting for verification response
{% endfor %}
{% endautoescape %}
Query retrieve dialogue
{% load crispy_forms_tags %}
{% crispy form %}