I would like to disable the Download ZIP' and Download DICOMDIR’ functions under the `Access’ function in Myorthanc explorer and only allow users to view the image using the plugin viewers. However, it seems that I cannot find out the method to achieve this, although I can figure out the method to change the configuration to enable or disable download of dicom files in the built-in Stone Web Viewer plugin. Can anyone help me?
“EnableUpload”: true, // Enables the upload menu/interface
“EnableDicomModalities”: true, // Enables the ‘DICOM Modalities’ interface in the side menu
“EnableDeleteResources”: true, // Enables the delete button for Studies/Series/Instances
“EnableDownloadZip”: true, // Enables the download zip button for Studies/Series
“EnableDownloadDicomDir”: false, // Enables the download DICOM DIR button for Studies/Series “EnableDownloadDicomFile”: true, // Enables the download DICOM file button for Instances
. . . .
I am not sure if the legacy explorer has those options:
Thank you very much for your reply. I manage to resort to change to explorer 2 after following your advice and manage not to use the legacy explorer in order to achieve this purpose.