brain_deer.infrastructure.io.dicom

DICOM import (parity with BrainDeer 1.0 data.dicom_loader). Requires [dicom] extra.

Classes

DICOMSeries

Represents a DICOM series with metadata.

DICOMLoader

DICOM loader with auto-detection and conversion.

Module Contents

class brain_deer.infrastructure.io.dicom.DICOMSeries(series_uid: str, series_number: int, series_description: str)

Represents a DICOM series with metadata.

class brain_deer.infrastructure.io.dicom.DICOMLoader

DICOM loader with auto-detection and conversion.