public enum Electrocardiogram.ResultClassification extends Enum<Electrocardiogram.ResultClassification> implements ProtocolMessageEnumThe classification of the ECG reading rhythm.
Protobuf enum
google.devicesandservices.health.v4.Electrocardiogram.ResultClassification
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ATRIAL_FIBRILLATION |
Signs of Atrial Fibrillation detected. Corresponds to result "Atrial Fibrillation". |
ATRIAL_FIBRILLATION_VALUE |
Signs of Atrial Fibrillation detected. Corresponds to result "Atrial Fibrillation". |
INCONCLUSIVE |
The reading is inconclusive as it could not be classified. Corresponds to result "Inconclusive". |
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_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_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_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_VALUE |
The reading is inconclusive as it could not be classified. Corresponds to result "Inconclusive". |
NORMAL_SINUS_RHYTHM |
Heart rhythm appears normal. Corresponds to result "Normal Sinus Rhythm". |
NORMAL_SINUS_RHYTHM_VALUE |
Heart rhythm appears normal. Corresponds to result "Normal Sinus Rhythm". |
NOT_ANALYZED |
The reading was not analyzed. |
NOT_ANALYZED_VALUE |
The reading was not analyzed. |
RESULT_CLASSIFICATION_UNSPECIFIED |
Unspecified result classification. |
RESULT_CLASSIFICATION_UNSPECIFIED_VALUE |
Unspecified result classification. |
UNREADABLE |
The reading is unreadable. |
UNREADABLE_VALUE |
The reading is unreadable. |
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() |
|