data class Status(val bodyMovementDetectionFlag: Boolean, val cuffFitDetectionFlag: Boolean, val irregularPulseDetectionFlag: Boolean, val pulseRateRangeDetectionFlags: Int, val measurementPositionDetectionFlag: Boolean) Represents the status of the measurement.