Package com.polar.sdk.api.model
Class PolarHrData.PolarHrSample
-
- All Implemented Interfaces:
public final class PolarHrData.PolarHrSample
Polar heart rate sample
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
hr
private final Integer
correctedHr
private final Integer
ppgQuality
private final List<Integer>
rrsMs
private final Boolean
rrAvailable
private final Boolean
contactStatus
private final Boolean
contactStatusSupported
-
Method Summary
Modifier and Type Method Description final Integer
getHr()
value is heart rate in BPM (beats per minute). final Integer
getCorrectedHr()
Corrected value of the real time HR value. final Integer
getPpgQuality()
PPG signal quality of the real time HR between 0 and 100 final List<Integer>
getRrsMs()
RRs in milliseconds. final Boolean
getRrAvailable()
true if RR data is available. final Boolean
getContactStatus()
true if the sensor has contact (with a measurable surface e.g. final Boolean
getContactStatusSupported()
true if the sensor supports contact status -
-
Method Detail
-
getCorrectedHr
final Integer getCorrectedHr()
Corrected value of the real time HR value. 0 if unavailable.
-
getPpgQuality
final Integer getPpgQuality()
PPG signal quality of the real time HR between 0 and 100
-
getRrsMs
final List<Integer> getRrsMs()
RRs in milliseconds. R is a the top highest peak in the QRS complex of the ECG wave and RR is the interval between successive Rs.
-
getRrAvailable
final Boolean getRrAvailable()
true if RR data is available.
-
getContactStatus
final Boolean getContactStatus()
true if the sensor has contact (with a measurable surface e.g. skin)
-
getContactStatusSupported
final Boolean getContactStatusSupported()
true if the sensor supports contact status
-
-
-
-