dicomweb-client
dicomweb-client copied to clipboard
Python client for DICOMweb RESTful services
Would it be possible to support sending additional parameters when retrieving images? [`_http_get_multipart_application_dicom`](https://github.com/ImagingDataCommons/dicomweb-client/blob/99aa011b428249febdaca1f4ab959453754be961/src/dicomweb_client/web.py#L964) already has a `params` parameter to add "Additional HTTP GET query parameters", but it is not used...
Apple M1, MacOS 14.6, python 3.12.4 The requirements files don't (appear to) restrict the version of flake8, and for whatever reason: flake8==5.0.4 pytest-flake8 1.1.1 resulted in: > E AttributeError: module...
Apple M1, MacOS 14.6, python 3.12.4 and I have in my .zshrc: `source $HOME/zsh-autoswitch-virtualenv/autoswitch_virtualenv.plugin.zsh` so... a virtual environment that got built automatically when I cd in to the dicomweb-client directory......