Skip to content

DICOM node architecture & security

The rapmed DICOM node allows direct file uploads from your PACS into rapmed. It’s installed inside your network, typically on a VM provided by your IT services, and runs as a container compatible with any Linux VM that supports Docker or an equivalent container runtime. rapmed handles monitoring and updates; setup requires either remote VM access (SSH) or cooperation with your IT department to configure it so uploaded files land in the right rapmed account.

DICOM node architecture diagram

  • CPU: 1
  • RAM: 1 GB
  • Storage: 10 GB
  • Linux distribution with container runtime support
  • Fixed internal IP address
  • Inbound: port 8104/TCP from your internal network (PACS connectivity)
  • Outbound: no internal network access beyond established connections; unrestricted internet access
  1. Receives files sent from the PACS over the DICOM protocol (DICOM Store SCP), storing them temporarily on local disk until anonymization completes.
  2. Anonymizes files using the same anonymizer as the regular rapmed web app, following DICOM standard attribute confidentiality profiles to remove private/personal information.
  3. Uploads files to rapmed storage over HTTPS with modern TLS, matching the security standards of the regular web application.
  • Restrict port 8104 access to your PACS server(s) via firewall rules, and/or
  • Use mTLS for encryption and authentication.

Data is stored within Europe, per data protection policy. Access requires a standard rapmed account with the appropriate workspace permissions — files uploaded through the DICOM node behave exactly like files uploaded through the regular web application.