fresh man here,

how can I get data of the annotation box, such as max, min, mean std Dev or sth else.
ohif/core managing a study measurments, but how can i read it
@panzhengo1 @yash0906 All the annotations's measurements can be got in the component "MeasurementTalbe", in the component you can use " this.props.measurementCollection.measurements" to get all the annotations
@panzhengo1 @yash0906 All the annotations's measurements can be got in the component "MeasurementTalbe", in the component you can use " this.props.measurementCollection.measurements" to get all the annotations
Thank you for your answer, I got what i want
@panzhengo1
you can also get the measurements from cornerstone tools.
_cornerstoneTools.globalImageIdSpecificToolStateManager.toolState;_
this will return all the data about each and every measurement
Most helpful comment
@panzhengo1 @yash0906 All the annotations's measurements can be got in the component "MeasurementTalbe", in the component you can use " this.props.measurementCollection.measurements" to get all the annotations