Describe Your Question
- I try to draw a segmentation and export/save the segmentation back to the orthanc.
“Export DICOM SEG” gives me the following Error:
Context: Route /segmentation
Error Message: undefined is not an object (evaluating 'dataSource.store')
Stack: @http://localhost:3000/extensions_cornerstone-dicom-seg_src_index_tsx.js:267:23
- I use a local OHIF 3.10.0-beta.22 and a local Orthanc(mainline 20241217T145454) running in a docker container
- I use the “Covid Scan” example dicom CT images from:
Sign in to your account
What steps can we follow to reproduce the bug?
- Start Ortanc Container with plugins:
docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins
- start OHIF with orthanc config:
yarn run dev:orthanc
-
Draw a Segmentation:
-
Export & Download → Export DICOM SEG
-
error:
Do I miss something or is this a bug?