ivmartel / dwv-jqmobile

Medical image viewer using DWV (DICOM Web Viewer) and jQuery Mobile.
https://ivmartel.github.io/dwv-jqmobile/
GNU General Public License v3.0
32 stars 26 forks source link

1) can we use AWS S3 bucket to store a folder that contains large files of dicom data ? 2) and then view it using url input method ?? #137

Closed ikhizarwork closed 8 months ago

ikhizarwork commented 1 year ago

After uploading the dicom folder which contains large number of dicom images at AWS S3 bucket , how can we view it in our dwv-jqmobile application ? can we view it using url input method ? and is there any other ways of viewing it as well ?

p.s - I want to upload the whole folder and not a zip or compressed file, and then view it in our application.

ivmartel commented 1 year ago

I have not tried to connect to an AWS bucket yet but I would be interested if anyone did. Providing some integrations for these cloud storage is on my todo list but I do not have much time...

ivmartel commented 8 months ago

I hope you found a solution to your problem. If you can share that would be cool.

Closing for now, feel free to comment if you need.