I have this set in webviewer.json;
// This option displays a button on each viewport. When the user clicks
// on the button, a new DICOM series is created with the image of the
// viewport, including the annotations. You must ensure your server allows
// large requests.
“KeyImageCaptureEnabled”: true,
The key button shows up in the viewport of Osimis Web Viewer and when it’s clicked it does create a new DICOM series but doesn’t seem to include/burn in the annotation so that I can import the image with annotations into another application (main EMR application)
My question is, am I missing something in this process? Is there some other config or addition parameters?
At the end of the day, any method of getting a dicom file with the annotations included is the goal, so any plugin/webviewer works for me so long as it does the job.
Thanks!