{% extends "remapp/base.html" %} {% block confnav %}
  • DICOM store and query-retrieve documentation
  • DICOM delete settings documentation
  • {% endblock %} {% block mainblock %} {% if admin.admingroup %}

    DICOM Network configuration

    DICOM Store SCP settings

    Set up and manage DICOM Store nodes here. Once started, remote systems can send DICOM objects to this server where they will be automatically processed by OpenREM.

    You need to have a store node configured here in order to use the query retrieve function. If you have another store service running, then set up the details of the other node here, just don't set the server to start.

    Add new Store

    {% for scp in store %}

    {{ scp.name }}

    Server details

    AE Title {{ scp.aetitle }}
    Port {{ scp.port }}
    Database ID {{ scp.pk }}
    Auto start and keep-alive? {{ scp.keep_alive }}
    Status

    Modify {% if scp.controlled %} {% endif %} {# Stop server#}
    {% endfor %}

    Remote Query Retrieve nodes

    Set up remote query retrieve DICOM nodes here.

    You can either enter a hostname or an IP address - if you enter both, the hostname will be used.

    Add new QR Node Query remote server

    {% for qr in remoteqr %}

    {{ qr.name }}

    Remote AE Title {{ qr.aetitle }}
    Our AE Title {{ qr.callingaet }}
    Port {{ qr.port }}
    Hostname {{ qr.hostname }}
    IP Address {{ qr.ip }}
    Use Modality in Study Query {{ qr.use_modality_tag }}
    Database ID {{ qr.pk }}

    Modify Delete
    {% endfor %}

    DICOM object delete settings

    You can configure whether objects will be deleted once they have been processed.

    The unmatched objects setting only applies to DICOM objects sent to the OpenREM DICOM Store Server. All the other settings apply to any objects processed by OpenREM - whether through the DICOM Store Server or by using the command line scripts (eg openrem_rdsr.py).

    Modify DICOM object delete settings

    Settings for all Store SCPs

    After processing incoming objects, delete...

    unmatched objects? {{ del_settings.del_no_match }}
    Radiation Dose Structured Reports? {{ del_settings.del_rdsr }}
    Mammography images? {{ del_settings.del_mg_im }}
    Radiology images? {{ del_settings.del_dx_im }}
    Philips CT dose info images? {{ del_settings.del_ct_phil }}
    {% else %}

    DICOM networking configuration

    This function can only be accessed if you are logged in to OpenREM with admin permissions.

    {% endif %} {% endblock %}