cornerstoneWADOImageLoader icon indicating copy to clipboard operation
cornerstoneWADOImageLoader copied to clipboard

Some of the Dicom tools are not working when i use a dcm image from my local machine using Angular

Open nigelreign opened this issue 5 years ago • 3 comments

Need help

When i try

    const imageId =
      "dicomweb:https://www.asteris.biz/Keystone/ImageDownload.aspx?ClinicCode=TESTKEYSTONE&ImageId=01b1755e-33d1-4b24-b9af-a4a019689d5f&ImageType=DicomImage&FrameIndex=0";
    // const imageId = cornerstoneWADOImageLoader.wadouri.fileManager.add(file);

    this.loadAndViewImage(imageId);

the file successfully displays the Dicom image and all the tools work properly but when I do

    const imageId = cornerstoneWADOImageLoader.wadouri.fileManager.add(file);
      this.loadAndViewImage(imageId);

the Dicom image displays and only the brightness and invert tool seem to work but other tools do not work

nigelreign avatar Aug 17 '20 12:08 nigelreign

I'm also running into an issue where, when adding local .dcm files, the tools don't seem to respond.

enriqueortega avatar Feb 08 '21 01:02 enriqueortega

Are all the tools not working or some of them don't work?

nigelreign avatar Feb 08 '21 05:02 nigelreign

Unfortunately non of the tools seem to work. Reverted it back to basic example and it's still broken. Not entirely sure why still.

enriqueortega avatar Feb 08 '21 21:02 enriqueortega