Would it be possible to support sending additional parameters when retrieving images? _http_get_multipart_application_dicom already has a params parameter to add "Additional HTTP GET query parameters", but it is not used by the retrieve functions that call this method.
Background: We are developing a custom DICOMweb API server (OpenRadX ADIT) that can process additional parameters (e.g. for pseudonymization).
Would you accept a PR for such a feature?