-
Notifications
You must be signed in to change notification settings - Fork 39
Description
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