IntermediateCuffPressureData

data class IntermediateCuffPressureData(@FloatRange(from = 0.0) val cuffPressure: Float, val unit: BloodPressureType, @FloatRange(from = 0.0) val pulseRate: Float? = null, @IntRange(from = 0, to = 255) val userID: Int? = null, val status: BPMStatus? = null, val calendar: Calendar? = null)

Constructors

Link copied to clipboard
constructor(@FloatRange(from = 0.0) cuffPressure: Float, unit: BloodPressureType, @FloatRange(from = 0.0) pulseRate: Float? = null, @IntRange(from = 0, to = 255) userID: Int? = null, status: BPMStatus? = null, calendar: Calendar? = null)

Properties

Link copied to clipboard
val calendar: Calendar? = null
Link copied to clipboard
Link copied to clipboard
val pulseRate: Float? = null
Link copied to clipboard
val status: BPMStatus? = null
Link copied to clipboard
Link copied to clipboard
val userID: Int? = null