diabetic-utils

diabetic-utils


diabetic-utils / GlucoseStatsOptions

Interface: GlucoseStatsOptions

Defined in: types.ts:72

Options for clinical glucose statistics analytics. Controls which metrics are calculated and reported.

Properties

a1c?

optional a1c: boolean

Defined in: types.ts:77


gmi?

optional gmi: boolean

Defined in: types.ts:76


range

range: [number, number]

Defined in: types.ts:75


readings

readings: GlucoseReading[]

Defined in: types.ts:73


tir?

optional tir: boolean

Defined in: types.ts:78


tirPercent?

optional tirPercent: boolean

Defined in: types.ts:80


tirPercentAbove?

optional tirPercentAbove: boolean

Defined in: types.ts:82


tirPercentAboveRounded?

optional tirPercentAboveRounded: boolean

Defined in: types.ts:85


tirPercentBelow?

optional tirPercentBelow: boolean

Defined in: types.ts:81


tirPercentBelowRounded?

optional tirPercentBelowRounded: boolean

Defined in: types.ts:84


tirPercentInRange?

optional tirPercentInRange: boolean

Defined in: types.ts:83


tirPercentInRangeRounded?

optional tirPercentInRangeRounded: boolean

Defined in: types.ts:86


tirRange?

optional tirRange: [number, number]

Defined in: types.ts:79


unit

unit: GlucoseUnit

Defined in: types.ts:74