dcmjs icon indicating copy to clipboard operation
dcmjs copied to clipboard

dcmjs don't have option to add mean values for annotations for SR generation

Open arul-trenser opened this issue 7 months ago • 2 comments

The options to add mean value for annotations are not available in SR reports(example: CircleROI https://github.com/dcmjs-org/dcmjs/blob/master/src/utilities/TID300/Circle.js#L14)

arul-trenser avatar Jun 04 '25 07:06 arul-trenser

yeah i'm not sure if @pieper is open for a PR here. Is this something in the standard that won't let us store mean, max etc?

sedghi avatar Oct 03 '25 20:10 sedghi

I don't see any reason you couldn't express that. You could look at how it's done in dcmqi and add it.

https://github.com/search?q=repo%3AQIICR%2Fdcmqi%20mean&type=code

I'm okay if people want to add more features to the high-level template classes, but it's also in the spirit of dcmjs to just construct the needed sequence items in the javascript object.

pieper avatar Oct 03 '25 21:10 pieper