diabetic-utils

diabetic-utils


diabetic-utils / TIRResult

Interface: TIRResult

Defined in: types.ts:35

Result object for clinical Time-in-Range (TIR) analytics. Percentages for in-range, below-range, and above-range readings.

See

https://care.diabetesjournals.org/content/42/8/1593

Properties

aboveRange

aboveRange: number

Defined in: types.ts:38


belowRange

belowRange: number

Defined in: types.ts:37


inRange

inRange: number

Defined in: types.ts:36