Enum Electrocardiogram.ResultClassification (0.2.0)

public enum Electrocardiogram.ResultClassification extends Enum<Electrocardiogram.ResultClassification> implements ProtocolMessageEnum

The classification of the ECG reading rhythm.

Protobuf enum google.devicesandservices.health.v4.Electrocardiogram.ResultClassification

Implements

ProtocolMessageEnum

Static Fields

Name Description
ATRIAL_FIBRILLATION

Signs of Atrial Fibrillation detected. Corresponds to result "Atrial Fibrillation".

ATRIAL_FIBRILLATION = 2;

ATRIAL_FIBRILLATION_VALUE

Signs of Atrial Fibrillation detected. Corresponds to result "Atrial Fibrillation".

ATRIAL_FIBRILLATION = 2;

INCONCLUSIVE

The reading is inconclusive as it could not be classified. Corresponds to result "Inconclusive".

INCONCLUSIVE = 3;

INCONCLUSIVE_HIGH_HEART_RATE

The reading is inconclusive as it could not be classified because heart rate is high (>120bpm). Corresponds to result "Inconclusive: High heart rate".

INCONCLUSIVE_HIGH_HEART_RATE = 4;

INCONCLUSIVE_HIGH_HEART_RATE_VALUE

The reading is inconclusive as it could not be classified because heart rate is high (>120bpm). Corresponds to result "Inconclusive: High heart rate".

INCONCLUSIVE_HIGH_HEART_RATE = 4;

INCONCLUSIVE_LOW_HEART_RATE

The reading is inconclusive as it could not be classified because heart rate is low (<50bpm). Corresponds to result "Inconclusive: Low heart rate".

INCONCLUSIVE_LOW_HEART_RATE = 5;

INCONCLUSIVE_LOW_HEART_RATE_VALUE

The reading is inconclusive as it could not be classified because heart rate is low (<50bpm). Corresponds to result "Inconclusive: Low heart rate".

INCONCLUSIVE_LOW_HEART_RATE = 5;

INCONCLUSIVE_VALUE

The reading is inconclusive as it could not be classified. Corresponds to result "Inconclusive".

INCONCLUSIVE = 3;

NORMAL_SINUS_RHYTHM

Heart rhythm appears normal. Corresponds to result "Normal Sinus Rhythm".

NORMAL_SINUS_RHYTHM = 1;

NORMAL_SINUS_RHYTHM_VALUE

Heart rhythm appears normal. Corresponds to result "Normal Sinus Rhythm".

NORMAL_SINUS_RHYTHM = 1;

NOT_ANALYZED

The reading was not analyzed.

NOT_ANALYZED = 7;

NOT_ANALYZED_VALUE

The reading was not analyzed.

NOT_ANALYZED = 7;

RESULT_CLASSIFICATION_UNSPECIFIED

Unspecified result classification.

RESULT_CLASSIFICATION_UNSPECIFIED = 0;

RESULT_CLASSIFICATION_UNSPECIFIED_VALUE

Unspecified result classification.

RESULT_CLASSIFICATION_UNSPECIFIED = 0;

UNREADABLE

The reading is unreadable.

UNREADABLE = 6;

UNREADABLE_VALUE

The reading is unreadable.

UNREADABLE = 6;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()