Skip to content

Enhance DICOM processing and add support for HPC deployment#16

Merged
NicholasLeotta99 merged 2 commits into
mainfrom
develop
Jun 11, 2026
Merged

Enhance DICOM processing and add support for HPC deployment#16
NicholasLeotta99 merged 2 commits into
mainfrom
develop

Conversation

@NicholasLeotta99

Copy link
Copy Markdown
Member

This pull request enhances the DICOM metadata extraction process by adding support for extracting the study description and anatomic region from DICOM files. These additions improve the completeness of the metadata collected during preprocessing.

New metadata extraction functionality:

  • Added extraction of StudyDescription and AnatomicRegion fields in the _extractDicom_impl function, making these metadata fields available for downstream processing.
  • Registered the relevant DICOM tags (StudyDescription and AnatomicRegion) in the tag list to ensure they are read from the files.

New extraction methods:

  • Implemented StudyDesc() and AnatomicRegion() methods in the DICOM class to safely extract these fields, including error handling for missing or problematic data.

NicholasLeotta99 and others added 2 commits June 11, 2026 10:01
@NicholasLeotta99 NicholasLeotta99 merged commit b819069 into main Jun 11, 2026
0 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant