-
Hi there,
We'd like to upgrade from version 0.27.0 to the newest one.
In the old version, we added the following code to `appgui.js` to load saved states from the server:
`app.addEventListene…
-
I had been using dwv version 0.30.8.
And setting the index as shown below.
```js
const vc = dwvAppRef.current
?.getActiveLayerGroup()
?.getActiveViewLayer()
.getViewController();
if (!!…
-
I test this bug on dwv/tests/pacs/viewer.js example. version 0.32.0
Steps:
1. Open series in single view
2. Select tool 'Draw'
3. Draw a rectangle
4. Change Layout to MPR
5. Select tool 'Scrol…
-
When multiframe dicom images are loaded, the getCurrentIndex() method of viewController does not return the current frame. Is there an alternative to get the current frame? I'm using version 0.33.0-be…
-
SIte went offline 07/02/2022. Successfully recorded data before that point. Moderately low signal strength recorded at last transmission. It's been over a week so this needs emergency attention. If it…
-
Hello all,
I have an AI service through which I get annotation coordinates for medical images. Now I want to create dwv JSON format (state.json) out of these annotation coordinates for rendering th…
-
Hi, when I try to use dwv as a node module, it throws me the following error:
```
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'canvas'
```
This could be …
-
I am trying to upload multiple .dcm (dicom) files to dwv-react demo site locally [https://github.com/ivmartel/dwv-react](url) but this is only showing me one file not the others . throwing this error …
-
1)tool box annotations are not working in dwv-jqmobile.but add button (+) is working . others are not working.what js and function is controll this event . could you please help me to solve this.
2…
-
hai,
i am new to ivmartel and dwv. i need to integrate dwv-jqui in my project which contains html and javascript only. but i have noticed that dwv-jqui contains node libraries(node modules).when i …