{% extends "remapp/base.html" %} {% block confnav %}
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.
{% for scp in store %}AE Title | {{ scp.aetitle }} |
---|---|
Port | {{ scp.port }} |
Database ID | {{ scp.pk }} |
Auto start and keep-alive? | {{ scp.keep_alive }} |
Status |
Set up remote query retrieve DICOM nodes here.You can then make use of them on the query page.
You can either enter a hostname or an IP address - if you enter both, the hostname will be used.
{% for qr in remoteqr %} {% endfor %}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).
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 }} |
This function can only be accessed if you are logged in to OpenREM with admin permissions.