chafey / dicomp10-to-dicomweb-js

Code to convert from a dicomp10 file to dicomweb format (json metadata + frames + bulkdata)
MIT License
19 stars 3 forks source link

C-Find and DICOMweb studies query #13

Open wayfarer3130 opened 2 years ago

wayfarer3130 commented 2 years ago

There should be a way to query the DICOMweb server for what studies are available. The suggestion is to use MongoDB, either locally or in a cloud deployment to store the study query JSON objects, and then allow them to be queried in order to respond to the query objects. MAYBE the patient level query should also be done. Then, use this to add the dimse C-Find and a lambda service to perform a C-Find. The lambda service can be called by http-server running locally, and by deploying to a lambda service for cloud deployments.