Предполётная проверка DICOM-серии по заголовкам
★ 7.6 · content
dicom-series-preflight is a Claude Code skill that performs header-only preflight validation of a single DICOM series folder before conversion or inference, without decoding any pixel data. It runs `scripts/preflight_series.py` against the provided directory and emits a JSON report containing a file inventory, orientation axcodes, PHI flags, findings, and a `preflight.verdict` of `pass`, `warn`, or `fail`. The orientation gate assumes LPS-derived CT axcodes (L, P, S); compressed transfer syntax and multi-frame instances trigger warnings rather than decoding. Designed for medical imaging pipeline engineers who need a lightweight gate check before feeding data into a converter or inference engine. Not intended for de-identification, private-tag review, regulatory clearance, or clinical deployment.