diabetic-utils / GlucoseStatsOptions
Defined in: types.ts:72
Options for clinical glucose statistics analytics. Controls which metrics are calculated and reported.
optional
a1c:boolean
Defined in: types.ts:77
optional
gmi:boolean
Defined in: types.ts:76
range: [
number
,number
]
Defined in: types.ts:75
readings:
GlucoseReading
[]
Defined in: types.ts:73
optional
tir:boolean
Defined in: types.ts:78
optional
tirPercent:boolean
Defined in: types.ts:80
optional
tirPercentAbove:boolean
Defined in: types.ts:82
optional
tirPercentAboveRounded:boolean
Defined in: types.ts:85
optional
tirPercentBelow:boolean
Defined in: types.ts:81
optional
tirPercentBelowRounded:boolean
Defined in: types.ts:84
optional
tirPercentInRange:boolean
Defined in: types.ts:83
optional
tirPercentInRangeRounded:boolean
Defined in: types.ts:86
optional
tirRange: [number
,number
]
Defined in: types.ts:79
unit:
GlucoseUnit
Defined in: types.ts:74