OHIF/VTKPlugin

Demo Link does not work (https://vtk-plugin.ohif.org)

Opened this issue · 4 comments

When trying to load the volume renderer on https://vtk-plugin.ohif.org/?url=https://s3.eu-central-1.amazonaws.com/ohif-viewer/JSON/PTCTStudy.json nothing is happening other than an error in the console

TypeError: Cannot read property 'getImageData' of undefined at VolumeRenderingPlugin.setupViewport

Then the link should be disabled. I have seen so many bad implementations of VTK integrations, that I would want to see a demo first before I invested time into it. Is there another demo link on current code anywhere ?

Click 2D MPR after selecting a viewport with a reconstruct-able stack:

The second image stack here: https://viewer-dev.ohif.org/viewer/1.3.6.1.4.1.14519.5.2.1.2744.7002.373729467545468642229382466905

This one's a bit fancier: https://deploy-preview-1392--ohif.netlify.com/pwa/viewer/1.3.6.1.4.1.14519.5.2.1.2744.7002.373729467545468642229382466905

  • First series
  • Open segmentation panel
  • Use dropdown to select "tumor segmentations"
  • Click 2D MPR
  • Select "Rotate" tool
  • Play around

Hello, it appears both of the links you have posited no longer work. Also, whenever I visit https://viewer-dev.ohif.org/, select any study, and try to use the 2DMPR tool, I am met with the following error:

ViewerMain: Cannot read property 'isAttributeUsed' of null

EDIT: I see you've depreceated this plugin in favor of OHIF's VTK extension + react-vtkjs-viewport. Thank you.