{% extends "remapp/base.html" %} {% block navhelp %}
Use this form to create or modify the details of the DICOM store node you are using on this server. This would normally be a third-party server such as Conquest. Configuring the details of the DICOM store node here enables the OpenREM DICOM query-retrieve functionality to work.
{% else %}Use this form to declare or modify the details of the Orthanc containers configured in docker-compose. It is particularly important that the AE Title declared here matches the one configured on your remote PACS as that is how the PACS knows where to send DICOM objects to.
{% endif %} {% if admin.admingroup %} {% load crispy_forms_tags %} {% crispy form %} {% else %}Only users in the Admin group can create or modify DICOM Store SCP entries.
{% endif %}