Viewers: how can I get measurmentData from the annotation box?

Created on 23 Jun 2020  路  3Comments  路  Source: OHIF/Viewers

fresh man here,
image
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

Community Triage

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

All 3 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JamesAPetts picture JamesAPetts  路  3Comments

ranasrule picture ranasrule  路  4Comments

pieper picture pieper  路  3Comments

szwang-wthealth picture szwang-wthealth  路  3Comments

rlaxodnjs199 picture rlaxodnjs199  路  3Comments