knopkem / dicomweb-proxy

A proxy to translate between dicomweb and traditional dicom dimse services (PACS communication)
Other
68 stars 19 forks source link

Match the same query args on websocket as on main route #85

Closed vespasianvs closed 2 years ago

vespasianvs commented 2 years ago

If you called /wadouri it uses studyURI, seriesURI and objectURI, but if you called the same thing via the websocket it uses studyInstanceUri etc.

This change still allows the studyInstanceUri query arguments for backward compatibility, but also allows for the query params to match the main route into wadouri

knopkem commented 2 years ago

nice, thx.