What problem does it solve?
This Skill simplifies the complex task of working with DICOM (Digital Imaging and Communications in Medicine) files, the standard for medical imaging, enabling seamless data manipulation and analysis.
Core Features & Use Cases
- Read & Write DICOM: Load, modify, and save DICOM files and datasets.
- Pixel Data Handling: Extract, process, and visualize image data from CT, MRI, X-ray, etc.
- Metadata Management: Access, modify, and anonymize DICOM tags and headers.
- Image Conversion: Convert DICOM images to standard formats like PNG or JPEG.
- Use Case: A researcher needs to extract patient information and pixel data from a large set of MRI scans for a study, then anonymize the data before sharing. This Skill provides the tools to perform these operations efficiently.
Quick Start
Use the pydicom skill to read the DICOM file 'patient_scan.dcm' and print the patient's name.