-
Hi,
I'm having an issue with tokens, in my config file I have a token that needs to be passed to every request to my data server (metadata and images itself). But the function `fetchIt` inside `dicom…
-
I am having trouble listing the studies that I have in my orthanc db. When I start the viewer, I get the UI, but no studies, just the word Loading and a spinning circle. This issue seems a bit similar…
-
## Request
**What feature or change would you like to see made?**
Support for server-side rendering in `@ohif/core`.
**Why should we prioritize this feature?**
It's preventing (the probabl…
-
## Bug Report
Command "mpr2d" not found in current context
### Describe the Bug
This issue works well on develop but when using yarn build:package to build production it will appear
### What s…
-
## Bug Report
### Describe the Bug
I've changed my app-config.js to hit an Orthanc server:
```js
window.config = {
// default: '/'
routerBasename: '/',
extensions: [],
showStud…
-
Trying to find example endpoint syntax for WADI, QIDO etc URI's. The only ones I have found assume the imaage repository is DCM4chee like this
https://docs.ohif.org/history/v1/connecting-to-image-…
-
This ticket addresses a metadata-loading performance issue that has come up a few times lately. @salimkanoun reported it over email with a set of PET/CT studies and @fredericcervenansky have also run …
-
fuzzymatching is part of qido standard https://www.dicomstandard.org/dicomweb/query-qido-rs/ but it's not present in ohif-core https://github.com/OHIF/ohif-core/blob/master/src/studies/services/qido/…
-
Following the instructions [in the documentation for Embedding the Viewer](https://docs.ohif.org/deployment/recipes/embedded-viewer.html), I created this simple HTML page:
```html
…
-
Our webapp presents the user with a list of DICOM studies related to cases in a cohort that the user has created based on various criteria. The user can then select a one more studies to view in separ…