public final class HKElectrocardiogramSymptomsStatus
extends java.lang.Object
An indication of whether the user experienced symptoms when taking an ECG [@constant] HKElectrocardiogramSymptomsStatusNotSet The user did not specify whether or not they experienced symptoms. HKElectrocardiogramSymptomsStatusNone The user did not experience any symptoms during the duration of the electrocardiogram reading. HKElectrocardiogramSymptomsStatusPresent The user indicated that they experienced symptoms during the duration of the electrocardiogram reading.
If an HKElectrocardiogram indicates that there are symptoms present, you must do a separate sample query to retrieve those symptoms.
public static final long NotSet
public static final long None
public static final long Present