---
title: symptomsStatus
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkelectrocardiogram/symptomsstatus-swift.property
---

# symptomsStatus

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

## Declaration

```swift
var symptomsStatus: HKElectrocardiogram.SymptomsStatus { get }
```

## Discussion

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

- [classification](healthkit/hkelectrocardiogram/classification-swift.property.md)
- [HKElectrocardiogram.Classification](healthkit/hkelectrocardiogram/classification-swift.enum.md)
- [averageHeartRate](healthkit/hkelectrocardiogram/averageheartrate.md)
- [HKElectrocardiogram.SymptomsStatus](healthkit/hkelectrocardiogram/symptomsstatus-swift.enum.md)
