cylab-tw / bluelight

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

Reduce QIDO requests in Search page #6

Closed cylien closed 2 years ago

cylien commented 2 years ago

Using DICOM-Study-Series-Image heretically search to replace the current method. The current method sends a QIDO Study level query and then sends too many QIDO-RS series/instance queries to cause the search page slow. while clicking the search button, send a QIDO Study Level query. If the user clicks the study, then launch the QIDO series/instance level query to avoid sending all QIDO requests of studies.

birdeggb2777 commented 2 years ago

Fix #6

birdeggb2777 commented 2 years ago

fixed #6

birdeggb2777 commented 2 years ago

Fixes #6