What problem does it solve?
This skill removes friction in medical-imaging workflows by helping you reliably read DICOM files, extract pixel data and metadata, convert them for downstream use, and anonymize sensitive information for research or sharing.
Core Features & Use Cases
- DICOM metadata handling: Parse and inspect DICOM tags (including file meta such as Transfer Syntax) and read study/series/image attributes.
- Pixel data extraction & visualization prep: Load pixel arrays (single-frame and multi-frame), apply VOI LUT/windowing when available, and handle common color interpretations.
- Privacy-preserving anonymization: Remove or replace PHI fields (e.g., patient name/ID/birthdate) while keeping the image data intact.
- Format conversion: Convert DICOM images to standard formats (PNG/JPEG/TIFF) using extracted pixel data.
- Use Case: You receive a multi-slice CT series as DICOM; use this skill to extract metadata for documentation, convert slices to PNGs for a paper figure, and anonymize patient identifiers before dataset sharing.
Quick Start
Ask the AI to anonymize and convert your DICOM into image files, then save the outputs: "Anonymize input.dcm to anonymized.dcm and convert input.dcm to output.png."