Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct web service call not working as expected #86

Open
robertlario opened this issue Dec 16, 2024 · 1 comment
Open

Direct web service call not working as expected #86

robertlario opened this issue Dec 16, 2024 · 1 comment

Comments

@robertlario
Copy link

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

@knopkem
Copy link
Owner

knopkem commented Dec 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants