5.1 WADO-StoreSCP Service Implementation: Building DICOM C-STORE Services with Rust
Overview WADO-StoreSCP is a DICOM Storage SCP (C-STORE) service implementation written in Rust that can receive DICOM files sent from other DICOM devices. This project is part of the DICOM-rs project. Feature Set Supports DICOM C-STORE protocol Provides both synchronous and asynchronous operation modes Supports multiple transfer syntaxes Automatically transcodes unsupported transfer syntaxes Saves received DICOM files to local storage Sends metadata information via Kafka Supports multi-tenant (hospital/institution) environments Includes certificate validation mechanisms System Architecture Core Components Main Program main.rs ...