Help please with WADO integration

76 views
Skip to first unread message

Will Maw

unread,
Jan 26, 2021, 9:17:18 AM1/26/21
to cornerstone platform
Hi all, I'm hoping someone can cast some light this issue I have. It seems like it should be an easy one to solve, but I'm getting nowhere fast.

I have a WADO server, complete with images, database, fully working, I can independently test this. This is hosted on my developer machine for debugging. I have OHIF running inside a container. From the container I can happily retrieve metadata and images from the WADO server using CURL.

2021-01-26 14_07_54-Photos.png

If I connect to the Container I can CURL request metadata and Images

2021-01-26 14_09_19-Administrator_ Windows PowerShell.png
2021-01-26 14_11_00-Administrator_ Windows PowerShell.png

In OHIF I just get a blank screen:

2021-01-26 14_12_25-OHIF Viewer - [InPrivate] - Microsoft​ Edge.png

In my fiddler trace I can see data is returned, metadata not image data, I'm assuming OHIF should use this to present a list so we can then trigger image fetches. Nothing is displayed:

2021-01-26 14_14_09-Progress Telerik Fiddler Web Debugger.png

My OHIF config for servers is:

  servers: {
    dicomWeb: [
      {
        name: 'WADO Archive',
        wadoUriRoot: 'http://host.docker.internal:63838',
        qidoRoot: 'http://host.docker.internal:63838',
        wadoRoot: 'http://host.docker.internal:63838',
        qidoSupportsIncludeField: false,
        imageRendering: 'wadors',
        thumbnailRendering: 'wadors',
        enableStudyLazyLoad: false,
        supportsFuzzyMatching: false,
      },
    ],
  },

Help would be appreciated, I can't seem to find a solution, or any verbose logging in OHIF to help. Other similar issue reports don't appear to be the same.

Augmented Reporting

unread,
Jun 26, 2022, 1:19:57 PM6/26/22
to cornerstone platform

for OHIF v3-stable, check out OHIF Docker recipes:

https://github.com/OHIF/Viewers/tree/v3-stable/platform/viewer/.recipes

Reply all
Reply to author
Forward
0 new messages