dicomweb-client icon indicating copy to clipboard operation
dicomweb-client copied to clipboard

no progressCallback in main functions like retrieveStudy

Open Christian-e-S opened this issue 4 years ago • 0 comments

Currently _httpGetMultipartApplicationDicom is called within the major functions like retrieveStudy, with progressCallback hardcoded to "false".

Example: return this._httpGetMultipartApplicationDicom(url, mediaTypes, false, false, withCredentials);

It would bring a lot of value if one could handover a progressCallback via the "options" parameter to retrieveStudy. Without that, we cannot show any progress of the download to the user.

Christian-e-S avatar Jun 22 '21 12:06 Christian-e-S