Pydicom is a specialized skill for working with DICOM (Digital Imaging and Communications in Medicine) files, the global standard for medical imaging. It empowers developers and AI agents to programmatically read, write, and modify medical datasets from modalities like CT, MRI, and X-ray. The skill covers essential workflows including pixel data extraction into NumPy arrays, metadata manipulation, automated anonymization of patient data for research compliance, and handling various compression formats. It is an indispensable tool for anyone building healthcare applications, PACS integrations, or medical machine learning pipelines.
Key Features
018 GitHub stars
02Read and write DICOM datasets with support for both tag and attribute notation
03Automate the anonymization of Protected Health Information (PHI)
04Handle complex transfer syntaxes including JPEG2000 and RLE compression
05Extract and normalize pixel data for visualization and image processing
06Support for multi-frame images and 3D volume reconstruction from DICOM series