A versatile DICOM browser with backends for DICOM DIMSE, DICOMWeb and file system written in Rust using egui + eframe.
- Rust 100%
| .vscode | ||
| img | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| private_attributes.local.csv.example | ||
| README.md | ||
DICOM Query Browser
Ein DICOM-Query-Browser in Rust mit egui / eframe.
Features
- Address bar with type recognition (DIMSE / DICOMweb / file system), history dropdown
- Tree View – Patient → Study → Series → Instance
- Sidebar – show Query-Details
- Viewer – View DICOM data (different viewer options: attribute, pixel data, dose overlay...)
Screenshots
Main Window
Attribute Editor
Build
cargo run
Next Steps
backend/dimse.rs– C-FIND / C-GET viadicom-rs/dicom-ulbackend/dicomweb.rs– QIDO-RS / WADO-RS viareqwestbackend/filesystem.rs– directory scanner usingdicom-rs- WASM-Export:
cargo build --target wasm32-unknown-unknown(eframe supports this out-of-the-box)

