Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long None  
      static long NotSet  
      static long Present  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait