---
title: HKBloodType.notSet
framework: healthkit
role: symbol
role_heading: Case
path: healthkit/hkbloodtype/notset
---

# HKBloodType.notSet

Either the user’s blood type is not set, or the user has not granted your app permission to read the blood type.

## Declaration

```swift
case notSet
```

## Discussion

Discussion For more information on permissions, see HealthKit.

## See Also

### Constants

- [HKBloodType.aPositive](healthkit/hkbloodtype/apositive.md)
- [HKBloodType.aNegative](healthkit/hkbloodtype/anegative.md)
- [HKBloodType.bPositive](healthkit/hkbloodtype/bpositive.md)
- [HKBloodType.bNegative](healthkit/hkbloodtype/bnegative.md)
- [HKBloodType.abPositive](healthkit/hkbloodtype/abpositive.md)
- [HKBloodType.abNegative](healthkit/hkbloodtype/abnegative.md)
- [HKBloodType.oPositive](healthkit/hkbloodtype/opositive.md)
- [HKBloodType.oNegative](healthkit/hkbloodtype/onegative.md)
