DICOMweb-compatible gateway server with DIMSE and S3 implementations.
DICOM-RST is a robust DICOMweb-compatible gateway server that supports QIDO-RS, WADO-RS and STOW-RS independently of the PACS vendor, ensuring robust and performant transfers of large amounts of imaging data with high parallelism from multiple PACS to multiple clients.
This project is part of the Open Medical Inference methodology platform.
The OMI methodology platform aims to improve the quality of medical diagnoses and treatment decisions by using artificial intelligence (AI) to simplify time-consuming and repetitive tasks in medicine. To improve medical care, OMI is developing an open protocol for data exchange on the common framework of the Medical Informatics Initiative (MII). The project team is also actively involved in the MII interoperability working group.
OMI uses innovative methods to make AI models remotely usable for different hospitals. For example, the project is creating the technical requirements for a hospital to be able to use the AI of other hospitals to analyze image data - without having to keep it in its own data center. The semantically interoperable exchange of multimodal healthcare data is also to be facilitated. OMI is particularly focused on image-based multimodal AI models, which have the potential to achieve significant progress in the field of medical research and care. Funding is provided by the Federal Ministry of Education and Research (BMBF).
DICOM-RST provides multiple backend implementations for the DICOMweb gateway server:
DIMSE: The DIMSE backend translates DICOMweb requests into DIMSE-C messages (e.g. WADO-RS to C-MOVE). This is the preferred backend for most users due to the broad availability and support of DIMSE services in picture archiving and communication systems.
S3: The experimental S3 backend downloads DICOM instances from S3-compatible storage. Currently, only the WADO-RS service is implemented.
Note
Actual support may vary depending on the features implemented by the origin server.
https://www.dicomstandard.org/using/dicomweb/retrieve-wado-rs-and-wado-uri
Description | Path | Support Status |
---|---|---|
Study Instances | studies/{study} |
✅ |
Series Instances | studies/{study}/series/{series} |
✅ |
Instance | studies/{study}/series/{series}/instances/{instance} |
✅ |
❌ Metadata Resources are not supported.
❌ Rendered Resourced are not supported.
❌ Thumbnail Resources are not supported.
❌ Bulkdata Resources are not supported.
❌ Pixel Data Resources are not supported.
https://www.dicomstandard.org/using/dicomweb/query-qido-rs
Resource | URI Template | Support Status |
---|---|---|
All Studies | /studies{?search*} |
✅ |
Study's Series | /studies/{study}/series{?search*} |
✅ |
Study's Series' Instances | /studies/{study}/series/{series}/instances{?search*} |
✅ |
Study's Instances | /study/{study}/instances{?search*} |
✅ |
All Series | /series{?search*} |
✅ |
All Instances | /instances{?search*} |
✅ |
Key | Description | Support Status |
---|---|---|
{attributeID} | Query matching on supplied value | ✅ |
includefield | Include supplied tags in result | ✅ |
fuzzymatching | Whether query should use fuzzy matching | ❌ |
limit | Return only {n} results | ✅ |
offset | Skip {n} results | ✅ |
https://www.dicomstandard.org/using/dicomweb/store-stow-rs
Resource | URI Template | Support Status |
---|---|---|
Studies | /studies |
✅ |
Study | /studies/{study} |
❌ |
https://www.dicomstandard.org/using/dicomweb/workflow-ups-rs
❌ UPS-RS is not supported.
DICOM-RST provides additional features that are not part of the DICOMweb specification.
Returns a list of configured AETs.
Resource | URI Template |
---|---|
AET List | /aets |
Returns a simple OK if the connection is still healthy.
Resource | URI Template |
---|---|
Health Check | /aets/{aets} |
Footnotes
-
The DICOM-RST logo is adapted from the Rust logo owned by the Rust Foundation, used under CC-BY. ↩