Contents

symptomsStatus

A value that indicates whether the user entered a symptom when they recorded the ECG.

Declaration

var symptomsStatus: HKElectrocardiogram.SymptomsStatus { get }

Discussion

If the value is HKElectrocardiogram.SymptomsStatus.present, you can access the symptoms by querying for the HKCategorySample samples associated with the electrocardiogram sample. Use predicateForObjectsAssociated(electrocardiogram:) to create the predicate for the associated symptoms.

See Also

Accessing Overview Information