OpenREM: Open Source Tool for Medical Radiation Dose Tracking
Context
OpenREM started as a project for radiology departments, but it quickly proved useful wherever radiation dose data needs to be tracked and understood. At its core, it’s a web-based system that listens to scanners and collects the dose information hidden inside DICOM reports. For dental networks that rely heavily on CBCT or panoramic imaging, this becomes more than a ‘nice-to-have’: it gives administrators and medical physicists a way to see, in one place, how much radiation patients are exposed to and whether equipment is operating within expected ranges. Unlike a PACS, OpenREM doesn’t aim to be the main image store; instead, it complements PACS by adding a layer of monitoring and reporting focused on safety and compliance.
Technical Snapshot (table)
| Area | What’s typical with OpenREM |
| Platform | Runs on Linux, built with Python/Django, PostgreSQL database |
| Focus | Radiation dose monitoring and safety reporting |
| Standards | Supports DICOM Radiation Dose SR, MPPS, and Modality Worklist |
| Integration | Connects easily to PACS like Orthanc or enterprise archives |
| Reporting | Web interface with dashboards; exports in CSV/Excel for audits |
| Security | HTTPS/TLS supported, user authentication with Django RBAC |
| Licensing | GPL open-source |
| Scale | From single teaching clinics to multi-site hospital networks |
Scenarios
Dental teaching hospital. Students run CBCT exams daily; OpenREM logs doses so faculty can track exposure and compare machines.
Private imaging lab. A mid-sized clinic pairs OpenREM with Orthanc so every CBCT exam is archived and its radiation data automatically logged.
Regulatory project. A national health body pulls anonymized dose data from several dental centers to check trends and issue safety guidance.
Workflow (admin view)
Prepare a Linux server with PostgreSQL and required Python/Django components.
Install OpenREM and configure the web service.
Register dental scanners (CBCT, panoramic X-ray) as DICOM sources for dose reporting.
Set up connection with Orthanc or another PACS for image cross-references.
Create user accounts for physicists, clinicians, and administrators; assign roles.
Build dashboards or scheduled exports to share dose statistics with regulators or management.
Maintain backups, patch the OS, and monitor logs for failed transfers.
Strengths / Weak Points
Strengths
Purpose-built for radiation dose monitoring, a common compliance requirement.
Open-source, free to adapt for local policies or research.
Plays well with Orthanc and other PACS systems.
Generates audit-friendly reports out of the box.
Weak Points
Doesn’t replace PACS; limited to dose and metadata.
Needs Linux and Django knowledge to deploy reliably.
Smaller community than mainstream imaging systems.
Why It Matters
Dental imaging has shifted toward CBCT and panoramic scans, both carrying higher radiation than standard intraoral films. Clinics can’t ignore dose tracking anymore, and that’s where OpenREM fits in. It doesn’t store or diagnose images, but it gives IT teams and medical physicists the numbers they need to keep equipment safe and regulators satisfied. Paired with PACS tools like Orthanc for archiving and viewers like K-PACS or Dicompyler, it rounds out an ecosystem where images are stored, studied, and safety data is automatically collected.






