dcmjs don't have option to add mean values for annotations for SR generation
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)
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?
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.