Closed kortuta closed 2 months 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.
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
loadUrl
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.