A custom parser for collecting and anonymizing patient data from a XERO-based PACS system.
This project implements a parser designed to extract patient data from a XERO-based PACS system, ensuring that sensitive information is anonymized during the process.
- Anonymizes patient data by removing identifiable information before saving images.
- Images are saved in the format:
ID_accessionNumber_ImageNumber.jpg. - Supports multiple images per accession, with up to 4 images corresponding to different views.
- The parser collects pediatric data from a XERO-based PACS system.
- Configuration Required:
- Set up authentication credentials in the parser notebook.
- Provide source data files (CSV/XLSX) containing relevant patient information.