Viewers
Viewers copied to clipboard
Update code to use dicom-microscopy-viewer extension
:hand: Many people requests features. Tell us why yours is important to the community. How does it add value? Why this feature?
Is your request very specific to your needs? Consider contributing it yourself! Or reach out to a community member that offers consulting services.
Request
What feature or change would you like to see made? The current extension using dicom-microscopy-viewer needs to be updated. The current code in DocomMicroscopyViewport.js is compatible with dicom-microscopy-viewer 0.1.0 (https://www.npmjs.com/package/dicom-microscopy-viewer/v/0.1.0) but its current version is 0.39.0 (https://www.npmjs.com/package/dicom-microscopy-viewer/v/0.39.0). The rendering method (retrieving meta data) has changed. ...
Why should we prioritize this feature? The current version of OHIF viewer does not render dicom images that are transcoded from WSI using the Orthanc dicomizer plug-in, and the error points to the rendering of dicom images using dicom-microscopy-viewer in OHIF viewer extension. ...
I've been tasked to start work on this but am slightly confused as I am able to see this working when I use the embedded version of OHIF. I assume this is still an issue as its not closed?
Please review the latest code in the master branch. This issue might have been resolved. If it persists, kindly reopen the issue with updated details.
Try viewer-dev.ohif.org instead of viewer.ohif.org
Our viewer.ohif.org
is deployed from release
branch while viewer-dev.ohif.org
is our master
branch
Read more about branch explanations here https://docs.ohif.org/development/getting-started#developing