Skip to main content

Module study

Module study 

Source
Expand description

In-memory model of loaded DICOM studies.

Only metadata is held here; pixel data is decoded on demand by crate::dcm::pixel and cached as egui textures in the app layer.

Structs§

Instance
A single DICOM image (one frame, one SOP Instance).
Series
One DICOM series (typically one acquisition, many instances).
Study
A DICOM study — one patient encounter, possibly multiple series.