Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Write notes on Medical ID with HealthKit

Using the Fit sample project from Apple that implements HealthKit I can write some data like birthday, height, weight and others with [HKHealthStore saveObject:]. But how can I write other data like Medical Notes, Conditions, Allergies & Reactions that appear in Medical ID in Apple's Health application?

I can not find anything equivalent like HKQuantityTypeIdentifierHeight, but to save these notes;

like image 700
Paulo Rodrigues Avatar asked Aug 28 '14 12:08

Paulo Rodrigues


1 Answers

The HealthKit API does not provide access to Medical ID. There is no API on iOS for changing the user's Medical ID.

like image 148
Allan Avatar answered Oct 25 '22 23:10

Allan