Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Load DICOM files using DICOM module by default #7077

Merged
merged 1 commit into from Jul 10, 2023

Commits on Jul 9, 2023

  1. ENH: Load DICOM files using DICOM module by default

    Drag-and-dropping a DICOM file made Slicer use ITK DICOM reader, which often did not load the data correctly.
    
    This commit adds a new "DICOM import" reader type, which is selected by default for DICOM files. This reader imports the files into the Slicer DICOM database and switches to the DICOM module.
    
    The workaround of interpreting all files as DICOM by default while in DICOM module has now been removed. "Add data" window is brought up when loading a file, regardless of what is the active module. The workaround surprised users when they could not load non-DICOM data while they were in DICOM module.
    
    If a user wants to read the DICOM file using ITK reader, it is possible by changing "Description" in the "Add data" module to "Volume".
    
    fixes Slicer#5726
    lassoan committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    5c796e7 View commit details
    Browse the repository at this point in the history