ios - 使用 HealthKit 在医疗急救卡上写笔记

标签 ios objective-c healthkit

使用 Fit来自 Apple 的实现 HealthKit 的示例项目 我可以使用 [HKHealthStore saveObject:] 写入一些数据,例如生日、高度、体重等。但是我怎样才能将出现在 Medical ID 中的其他数据写入 Medical Notes, Conditions, Allergies & Reactions Apple 的健康应用程序?

我找不到任何类似 HKQuantityTypeIdentifierHeight 的等价物,但要保存这些注释;

最佳答案

HealthKit API 不提供对医疗急救卡的访问。 iOS 上没有用于更改用户医疗 ID 的 API。

关于ios - 使用 HealthKit 在医疗急救卡上写笔记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25548908/

相关文章:

ios - iOS中VLC工程编译报错

objective-c - 如何刷新 NSFetchedResultsController?

ios - Xcode 5 didupdatelocations 不工作

swift - HealthKit 授权在 iOS 10 beta 1 中因未处理的 NSException 而崩溃

android - 以编程方式单击主页按钮并在 flutter 中关闭屏幕

ios - 无论如何要在两个 View 之间使用 CATransition 时删除淡入淡出?

ios - 使用正确信息的 Quickblox 更新用户密码失败

iphone - 属性声明中的非原子和保留是什么意思

ios - Objective-C HealthKit 识别源是来自 Apple iPhone 还是 Apple Watch

swift - 在 Swift 中对 HKSampleQuery 进行单元测试