ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.64k stars 588 forks source link

Error: No loader found for url #1751

Closed kortuta closed 1 week ago

kortuta commented 1 week ago

When trying to load a dicom image from a webserver via an url with get parameters an error "No loader found for url: " is thrown. My url looks like this:

https://appsrv-entw.rz.lsv.de:8071/system/cgi-bin/dicom.fcgi?get&pVersion=0046&contRep=ZDI&docId=E72CF78F1FE41EDEBDCF33D86DB1084C&compId=1

Loading the same file with a static url works totaly fine.

ivmartel commented 1 week ago

dwv cannot guess from the url which loader to use. The dicom loader is used if one of these conditions is met:

You can also force the loader when call the loadUrl method. Check out dicomDataLoader::canLoadUrl