ImagingDataCommons / dicomweb-client

Python client for DICOMweb RESTful services
https://dicomweb-client.readthedocs.io
MIT License
110 stars 38 forks source link

fix: force load non-standard DICOM files #96

Open ziqiangxu opened 4 months ago

CPBridge commented 2 weeks ago

Agreed, I would certainly not want force loading of non-standard files to be default behaviour here. If we want to implement this, we should add a force parameter, and pass it down from the various top-level public methods (retrieve_study(), retrieve_series(), retrieve_instance() etc). @ziqiangxu would you be interested in making those changes