diabetic-utils

diabetic-utils


diabetic-utils / GlucoseReading

Interface: GlucoseReading

Defined in: types.ts:24

Single clinical glucose reading. Includes value, unit, and ISO 8601 timestamp for clinical analytics.

See

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7445493/

Properties

timestamp

readonly timestamp: string

Defined in: types.ts:27


unit

readonly unit: GlucoseUnit

Defined in: types.ts:26


value

readonly value: number

Defined in: types.ts:25