question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why does DIMSE still use DicomWeb?

See original GitHub issue

Hi all, First I want to say thank you for this amazing open source software. It’s helped me tremendously in my work.

I have a quick question. I want to use the OHIF Viewer in my hospital. We have a PACS server by GE which only supports DIMSE (no DicomWeb). For testing I tried disabling the DicomWeb plugin in Orthanc to simulate our PACS server and running the OHIF Viewer with the orthancDIMSE.json config file. In the studylist it fires a C_FIND request to Orthanc and successfully receives and displays the studies. But when I double click it and the viewer loads I get the error: An error has occurred while loading image: dicomweb:/__wado_proxy?url=http....

I traced it to here: https://github.com/OHIF/Viewers/blob/00e4949ab592c99cb36b7fecdb89ab73027502a4/Packages/ohif-studies/imports/server/services/dimse/retrieveMetadata.js#L136 where the comment says Retrieve the actual data over WADO-URI So although the metadata is retrieved via DIMSE, the pixel data is still retrieved via DicomWeb it seems. Am I right in concluding that OHIF Viewer does not support a pure DIMSE PACS server? I see that the package Ohif-dicom-services does support C_GET but it’s not used anywhere.

Kind regards, Emil

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
EmilOJcommented, May 9, 2018

Finally got around to creating a merge request for this. I’m sorry it took so long. If it’s still of any use, please have a look. I’m using this setup at a Danish hospital and it works like a charm.

2reactions
knopkemcommented, Mar 29, 2020

Just for reference if anybody is still interested in using ohif viewer with a non-dicomweb pacs: https://github.com/knopkem/dicomweb-proxy

Read more comments on GitHub >

github_iconTop Results From Across the Web

Security - DICOM Standard
When sending those objects using the new DICOM transfer mechanism (DICOM web services), DICOM defines how to use an encrypted HTTPS connection. It...
Read more >
Rohit Takhar on LinkedIn: #techcommunity #dicom #dimse ...
It can vary and everybody decides based on their experience and use case. DicomWeb looks like a better solution but the limitations around...
Read more >
Is There Still a Place for Peer-to-Peer in the DICOM World?
Access to the images is possible through DIMSE network language or DICOM web methods. Peer-to-peer networks, on the other hand, have gained some...
Read more >
PS3.7 - DICOM Standard - NEMA
the DICOM Web Service API and HTTP Service, which allows use of common ... DIMSE Service User, on an established Association, may continue...
Read more >
Understanding and Using DICOM, the Data Interchange ...
The DIMSE protocol machine is the DICOM service provider (DSP). The application software is the DICOM service user (DSU). Configuration 3 uses separate...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found