{% 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.
Advanced users can use the experimental DICOM store services built-in to OpenREM - see the advanced section below and the documentation.
{% 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 %}