-
Notifications
You must be signed in to change notification settings - Fork 38
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
Support custom GET parameters when retrieving images #105
Comments
Sounds reasonable to me, so long as it's backwards compatible and uses basically standard web features. |
The custom parameters are used to share underlying code between the "standard variants" of retrieving studies/series/images. E.g. adding the In my opinion therefore, it may be better to add new public methods that allow adding custom parameters (like |
I wonder (even if we have no direct use for it in ADIT right now) if it should be possible to provide optional |
Would it be possible to support sending additional parameters when retrieving images?
_http_get_multipart_application_dicom
already has aparams
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?
The text was updated successfully, but these errors were encountered: