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

Upgrade of OHIF Viewer or features #41

Closed
hammoo opened this issue Aug 8, 2021 · 5 comments
Closed

Upgrade of OHIF Viewer or features #41

hammoo opened this issue Aug 8, 2021 · 5 comments

Comments

@hammoo
Copy link

hammoo commented Aug 8, 2021

Hi

First of all thanks for a great software. Can you guide me how can we upgrade the current version of OHIF Viewer to the latest version (I am not an IT Personnel) or add additional features in the current like MIP, MPR etc.

@knopkem
Copy link
Owner

knopkem commented Aug 9, 2021

Hi,

the process of updating OHIF is pretty simple, here is what you need to do:

You will need:

  • a recent Node and yarn version
  • python2 installed (needed for node-sass dependency)

Build new version

  • checkout the OHIF viewer repo
  • yarn install
  • yarn build

Update built-in viewer

  • Make a copy of public/app-config.js
  • copy content of {Viewers}\platform\viewer\dist into ./public folder of dicomweb-proxy.
  • override app-config.js file in public folder with the copy you made before

However, I have already done this now. So latest version is 4.9.21.
Regarding MPR: normally even if you update the verison, this would not be enabled, as the OHIF viewer requires WADO-RS (an advanced route of DICOMWEB) for this to work. The previous version of dicomweb-proxy provided only WADO-URI which is the most straightforward conversion between legacy dicom dimse networking and dicomweb. In the latest version I switched to WADO-RS and MPR should now work, however it requires a fast connection between the proxy and the PACS as it needs to fetch the whole series before opening the viewer (different to WADO-URI where the viewer would not have to wait).

Let me know if it works for you.

@knopkem knopkem pinned this issue Dec 8, 2021
@wx0322
Copy link

wx0322 commented Jan 10, 2023

hi now, the wado-rs features has released?

@knopkem
Copy link
Owner

knopkem commented Jan 10, 2023

Yes wado-rs is working and OHIF with MPR should be active by default, though no MIP/VRT (as far as I know OHIF viewer does not yet support it)
Update: thick slice MPR (MIP mode) does work with OHIF viewer.

@wx0322
Copy link

wx0322 commented Jan 11, 2023

thanks.

@andyle2k
Copy link

Hi @knopkem

Did you switch from WADO-URI to WADO-RS because of the metadata issue you found (OHIF/Viewers#1638)?

I want to use the latest OHIF but it's impossible with WADO-URI because it's lacking their required metadata.

I'm in a very similar boat. I too am working on a proxy type app for my PACS but using dotnet. You commented on my other post regarding how to identify CMOVE stores on the SCP for the use of the proxy (safely deleting them after responding to the proxy's requests).

I'm dreading having to download the entire study before launching the viewer but that might be the only option.

Also, I tried reaching out but I don't have a LinkedIn - maybe you can contact me if you don't mind: andyle2k (at) gmail (dot) com

Thanks.

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

4 participants