What feature or change would you like to see made?
While saving an SR, OHIF correctly sends all annotation metrics to Cornerstone3D. However, Cornerstone3D currently forwards only a limited set of metrics (area, radius, and perimeter) to dcmjs.
We’ve created a feature request in Cornerstone3D to enhance this behavior (Issue #2392
). As part of the upcoming PR, we plan to extend the implementation to send all additional metrics including max, min, mean, and stdDev for all applicable tools to dcmjs.
Why should we prioritize this feature?
Currently, OHIF calculates and displays annotation metrics only for the annotations visible in the current slice. With this implementation, it will no longer be necessary to render each annotation to calculate its statistics, all loaded annotations will already include their metrics, which will be displayed automatically.