cornerstonejs / cornerstone

JavaScript library to display interactive medical images including but not limited to DICOM
https://docs.cornerstonejs.org/
MIT License
2.05k stars 598 forks source link

getProperties() from a Volume Viewport?? #605

Open lukepolson opened 2 years ago

lukepolson commented 2 years ago

Given that I have a Volume viewport defined, how would I get the current VOI range limits (I want to display these numbers on the screen and have them update as the range changes). This was doable with the stack viewport, but the volume viewport appears not to have getProperties implemented.