Package com.polar.sdk.api.model
Class PolarHrData.PolarHrSample
-
- All Implemented Interfaces:
public final class PolarHrData.PolarHrSamplePolar heart rate sample
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerhrprivate final IntegercorrectedHrprivate final IntegerppgQualityprivate final List<Integer>rrsMsprivate final BooleanrrAvailableprivate final BooleancontactStatusprivate final BooleancontactStatusSupported
-
Method Summary
Modifier and Type Method Description final IntegergetHr()value is heart rate in BPM (beats per minute). final IntegergetCorrectedHr()Corrected value of the real time HR value. final IntegergetPpgQuality()PPG signal quality of the real time HR between 0 and 100 final List<Integer>getRrsMs()RRs in milliseconds. final BooleangetRrAvailable()true if RR data is available. final BooleangetContactStatus()true if the sensor has contact (with a measurable surface e.g. final BooleangetContactStatusSupported()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
-
-
-
-