A demo application that showcases the CloudMine CMHealth iOS SDK interface for Apple CareKit.
CareKit is an Apple framework geared toward the applications of patient care. By itself, CareKit is a powerful tool for building apps which let patients regularly track care plans and monitor their progress. However, CareKit provides no mechanisms for storing the data it generates anywhere except the patient's own device. This is where CloudMine and the CMHealth iOS SDK step in.
The CMHealth iOS SDK uses the CloudMine Connected Health Cloud to manage the user and data needs of CareKit applications. Through the CMHealth iOS SDK, your application can create patient accounts in the cloud, store consent documents and survey data associated with that patient, and even send the patient an email if they forget their password. Application developers can further leverage patient data using either the CloudMine iOS SDK within the application itself, or create a patient portal using the CloudMine JavaScript SDK. In all cases, the data is stored on the [CloudMine Connected Health Cloud](CMHealth iOS SDK), a HIPAA HITECH compliant cloud data platform for healthcare.
This demo application requires CocoaPods version 1.0.0 or greater for dependency management. If you don't already have CocoaPods, install the gem:
sudo gem install cocoapods
You can then proceed to clone the app, install dependencies, and build it in Xcode:
git clone https://github.com/cloudmine/CareKitSampleApp.git
cd CareKitSampleApp
cp CareKitSampleApp/SupportingFiles/BCMSecrets.h-Template CareKitSampleApp/SupportingFiles/BCMSecrets.h
pod install
open BackTrack.xcworkspace
The project should now open and build.
Edit the CareKitSampleApp/SupportingFiles/BCMSecrets.h
file and add your CloudMine App ID and API Key, as well as the shared snippet name used for persisting shared CareKit objects. For help with this one time configuration process, please see the CMHealth documentation.
Need an account CloudMine account? Email our [email protected]. Trouble getting set up? Email [email protected].