cylab-tw / bluelight

a browser-based DICOM viewer
MIT License
117 stars 45 forks source link

Parameter Json #2

Closed bmkimagem closed 3 years ago

bmkimagem commented 3 years ago

Congratulations, very good. You can pass the information through a json for example. So you could open DICOM images stored on Amazon S3 for example.

cylien commented 3 years ago

for opening a remote DICOM file, Just click the icon of "open file", type the URL of storing DICOM on Amazon.

You can pass the information through a json for example

BlueLight has relied on DICOMWeb protocol that means querying a DICOMWeb server and gets the response as JSON from DICOMWeb server which may be installed on Amazon.

bmkimagem commented 3 years ago

So it worked well. But I would like to automate. For example, from my RIS click on the patient and load the image in your direct application. For that, the open file would not work. You would need to pass the address through a variable for your application. Do you have any tips on how I can do this?

bmkimagem commented 3 years ago

I managed to solve it. I disabled Open File and created a json with an array with all the addresses in the S3 bucket. Thanks I will end this.