{% extends "remapp/base.html" %} {% block navbar %}
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 }} |
Last known status | {{ scp.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 %}Depending on the settings in local_setting.py, the objects will be deleted once they have been processed. You can check the current settings in the table at the bottom. However, they must be changed in the local_settings.py file.
unmatched studies? | {{ rm_settings.no_match }} |
---|---|
Radiation Dose Structured Reports? | {{ rm_settings.rdsr }} |
Mammography images? | {{ rm_settings.mg }} |
Radiology images? | {{ rm_settings.dx }} |
Philips CT dose info images? | {{ rm_settings.ct_phil }} |
This function can only be accessed if you are logged in to OpenREM with admin permissions.