Hi, i would like to try WSI plugin in orthanc using orthanc/osimis docker.
I have enabled the wsi plug-in in orthanc environment, but i cant see WSI viewer. How to enable the WSI viewer using environment in osimis/orthanc.
Thank you in advance.
Hi, i would like to try WSI plugin in orthanc using orthanc/osimis docker.
I have enabled the wsi plug-in in orthanc environment, but i cant see WSI viewer. How to enable the WSI viewer using environment in osimis/orthanc.
Thank you in advance.
I found this link, how to enable plug in wsi so that we can upload and view wsi using wsi viewer using orthanc/osimis in docker. I have tried this environment, but the option of wsi viewer is not visible
Environment
WSI_PLUGIN _ENABLED: “true”
Really need help on this.
Thanks
Hello,
I confirm that the following command will load the whole-slide imaging viewer:
$ docker run --rm -t -i -p 8042:8042 -e WSI_PLUGIN_ENABLED=true osimis/orthanc:23.6.0
Note that the yellow button “Whole-Slide Imaging Viewer” will only appear in Orthanc Explorer 1 on the DICOM series that have the 1.2.840.10008.5.1.4.1.1.77.1.6
SOP Class UID. This is the case of the WSI images generated by the OrthancWSIDicomizer command-line tool.
Regards,
Sébastien-
Hi, I manage to view using whole slide imaging viewer. Thanks for the help.