Basal Insulin

@Serializable
data class BasalInsulin(id: String, _annotationDate: Long = -1, _glycemia: Int = -1, _insulinUnits: Int = -1) : GlycemicMeasurementItem

The BasalInsulin data class represents the measurement of the basal insulin

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor(id: String, _annotationDate: Long = -1, _glycemia: Int = -1, _insulinUnits: Int = -1)

Properties

Link copied to clipboard

annotationDate state for the date when the item has been annotated

Link copied to clipboard

glycemia state for the value of the glycemia when annotated

Link copied to clipboard

insulinUnits state for the value of the administered insulin units related to the glycemia value

Link copied to clipboard

isGlycemiaFilled whether the glycemia is filled

Link copied to clipboard
open override val isNotFilledYet: Boolean

isNotFilledYet whether the item has been filled