Package apple.healthkit.enums
Class HKElectrocardiogramSymptomsStatus
- java.lang.Object
-
- apple.healthkit.enums.HKElectrocardiogramSymptomsStatus
-
public final class HKElectrocardiogramSymptomsStatus extends java.lang.Object[@enum] HKElectrocardiogramSymptomsStatus 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.
-
-
Field Detail
-
NotSet
public static final long NotSet
- See Also:
- Constant Field Values
-
None
public static final long None
- See Also:
- Constant Field Values
-
Present
public static final long Present
- See Also:
- Constant Field Values
-
-