Skip to main content

Type Alias: StatItem

StatItem: object

Type declaration

label

label: string

The display label for the statistic

name

name: string

The name/key of the statistic

pointIJK?

optional pointIJK: Types.Point3

The IJK coordinate point for the statistic location

pointLPS?

optional pointLPS: Types.Point3

The LPS coordinate point for the statistic location

unit?

optional unit: string

Optional unit for the statistic

value

value: number | number[]

The value of the statistic (can be a single value or array)

Defined in

tools/src/types/AnnotationTypes.ts:24