com.samsung.android.sdk.healthdata

Interface HealthConstants.Electrocardiogram

    • Field Detail

      • MAX_HEART_RATE

        static final String MAX_HEART_RATE
        Deprecated. 
        Maximum value of heart rate.

        • Optional
        • Type: float
        • Value range: 0 ~ 300

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • MEAN_HEART_RATE

        static final String MEAN_HEART_RATE
        Deprecated. 
        Mean value of heart rate.

        • Optional
        • Type: float
        • Value range: 0 ~ 300

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • MIN_HEART_RATE

        static final String MIN_HEART_RATE
        Deprecated. 
        Minimum value of heart rate.

        • Optional
        • Type: float
        • Value range: 0 ~ 300

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • SAMPLE_FREQUENCY

        static final String SAMPLE_FREQUENCY
        Deprecated. 
        Sampling frequency of heart beats.

        • Mandatory
        • Type: int
        • Value range: 0 and above

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • SAMPLE_COUNT

        static final String SAMPLE_COUNT
        Deprecated. 
        Sample count of heart beats.

        • Mandatory
        • Type: int
        • Value range: 0 and above

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • DATA_FORMAT

        static final String DATA_FORMAT
        Deprecated. 
        Data format for the ECG diagram.

        • Mandatory
        • Type: String
        • Value length: 1 ~ 32

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • COMMENT

        static final String COMMENT
        Deprecated. 
        Comment for data.

        • Optional
        • Type: String
        • Value length: 0 ~ 255

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • HEALTH_DATA_TYPE

        static final String HEALTH_DATA_TYPE
        Deprecated. 
        Data type name for electrocardiogram data.
        Use "com.samsung.health.electrocardiogram" to add permission to the manifest file.
        Since:
        1.0.0
        See Also:
        Constant Field Values