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.

How can i use just the viwer

See original GitHub issue

In the project i’m actually working i have to switch the current Dicom Viewer by the OHIF Viewer, but OHIF is a full project with a main page including study list, search bars and other things. I need to use just the viewer, just like when i click on a study on the study list and this path is fired:

/viewer/1.3.51.0.7.1558510721.25555.52288.35579.15256.17400.17149

In this route the study’s dicons are displayed, i need just this page in my project. Is there some way to do that or is not possible to use just a part of the OHIF project ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
PoyangLiucommented, Aug 4, 2020

You will have to be more specific than that. Where are you getting your studies from?

The study list is packaged into the distribution bundle, whether you like it or not. The only way to remove it from the package and reduce the bundle size is to build it yourself.

However, you can

  • go directly to <root_url>/viewer/<study instance uid and by-pass the study-list all together.
  • go directly to <root_url>/local to browse local file/folder to open
  • change the configuration to disable study list. (see the default config)
window.config = {
  showStudyList: false,
  ... other configs 
};

Does that suit your use-cases?

0reactions
stale[bot]commented, Sep 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use Character Viewer with only keyboard and no ...
I can open the Character Viewer with CTRL+CMD+SPACE, but it doesn't have focus, so it seems I have to use my mouse to...
Read more >
Play media in the Final Cut Pro event viewer - Apple Support
In Final Cut Pro, choose Window > Show in Workspace > Event Viewer (or press Control-Command-3). Note: If you're using video scopes with...
Read more >
Use Visio Viewer to view or print Visio drawings
Use Visio Viewer to look at Visio diagrams if you don't have Visio installed. ... (Visio Viewer is only for use on PCs...
Read more >
Share files from Google Drive - Computer
Select one: Viewer; Commenter; Editor. If you use an eligible work or school account, click Add expiration to add an expiration date. When...
Read more >
How to Get More Views on YouTube: 16 Tips that Actually Work
Besides playlists, cards and end screens are two of the only tools that YouTubers can use to bypass the algorithm and directly influence...
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