You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as already answered here: #85 (comment)
there is just no route defined, so it cannot work. If you are missing routes you could also create a PR that adds those.
Regarding cornerstone with dicomweb-pacs. I did something in the past: https://github.com/knopkem/dicomweb-frontend
Have a look, maybe this gives some insights. Otherwise if the project you work on is public, you could also point me to it, so I could have a look.
I have a front end web solution solution based Cornerstone3D (https://github.com/cornerstonejs/cornerstone3D) calling https://hackathon.siim.org for images on the backend.
I would like to use dicomweb pacs to run locally so I can swap out https://hackathon.siim.org.
I have dicomweb pacs running and I am able to use the OHIF viewer to inspect sample1.
I can see from from image.db that sample1 has:
StudyInstanceUID: 1.3.46.670589.5.2.10.2156913941.892665384.993397
SeriesInstanceUID: 1.3.46.670589.5.2.10.2156913941.892665339.860724
SOPInstanceUID : 1.3.46.670589.5.2.10.2156913941.892665339.718742
Using postman I am attempting this call without success:
127.0.0.1:5001/rs/studies/1.3.46.670589.5.2.10.2156913941.892665384.993397/series/1.3.46.670589.5.2.10.2156913941.892665339.860724/instances/1.3.46.670589.5.2.10.2156913941.892665339.718742
Could you advice me on what the issue is?
Thank you
The text was updated successfully, but these errors were encountered: