Извлечение метаданных из DICOM-файлов
★ 7.6 · content
dicom-metadata-extract is a Claude Code skill that extracts selected metadata from a single DICOM file and flags standard tags for potential PHI presence. Built by the NVIDIA MedTech Team, it runs `scripts/extract_metadata.py` via Bash using pydicom and emits JSON containing `modality`, `transfer_syntax`, grouped study/series/image metadata, and the `phi_present` / `phi_tags_found` fields. Coverage is limited to a PS3.15-inspired standard-tag subset — private tags, burnt-in pixel PHI, and multi-frame files are not checked. Designed for lightweight metadata auditing of medical images; not suitable for anonymization, regulatory de-identification, or any clinical or patient-facing use.