-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open with DICOM Viewer not available for shared links in v2 on NC28 #108
Comments
@bsnipes Thanks for reporting. Do you expect to see that option for extensionless DICOM files? You can simply click on DICOM file you would like to open. |
In my usage, it is only for opening a folder and it subdirectories in the viewer. The folder will almost always have a DICOMDIR and the DICOM files may or may not have have an extension. |
Opening a single file will load all files in the current folder and its sub folders as well. Did you have any chance to test that? |
The medical discs we typically receive from hospitals and medical providers don't necessarily have .dcm extensions. When giving view access via a link, there aren't any options to open it in the dicom viewer app via a right-click nor by clicking on one of the files. If you click on one of the files, it is simply downloaded. In addition, the files aren't ever in one folder. They are spread through a folder structure such as the below (actual example with the numbers furthest down the path being actual DICOM files and not subdirectories):
|
I have the same issue, with same sort of disc. This used to work with previous version of the dicomviewer :#15 (comment). But it doesn't anymore. Opening the |
Possibly related: nextcloud-libraries/nextcloud-files#964 |
As far as I understand, this has nothing to do with nextcloud-libraries/nextcloud-files#964 (code at https://github.com/ayselafsar/dicomviewer/blob/master/src/public.js doesn't use fileActions at all) Do you have any error in your console when opening a public share? |
Hi @StCyr , |
@ayselafsar from what I can see here, the problem is likely to be caused by https://github.com/ayselafsar/dicomviewer/blob/master/src/utils/isDicom.js |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
keep alive since this still doesn't work |
On NC 28.0.3 and running DICOM Viewer 2.1.1 the ability to choose "Open with DICOM Viewer" is not available for shared created via links. The only option is to Download. I do not know if this is a new limitation of NC 28 or simply a missing option in the DICOM Viewer v2.
On NC 27.1.7 running DICOM Viewer version 1.2.5, the option is available on shared links.
Nothing DICOM Viewer related shows up in my NC log when clicking the 3 dots on a folder that was shared via link for V2.
The text was updated successfully, but these errors were encountered: