Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 2.45 KB

README.md

File metadata and controls

38 lines (22 loc) · 2.45 KB

AsthmaHealth

A demo application that showcases the CloudMine CMHealth iOS SDK interface for Apple ResearchKit.

CMHealth iOS SDK and ResearchKit

ResearchKit is an Apple framework geared toward the applications of medical researchers. By itself, ResearchKit is a powerful tool for managing patient consent flows and charting patient activities. However, ResearchKit provides no mechanisms for storing the patient consent documents or other data it generates. 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 ResearchKit 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.

Getting Started

This demo application requires CocoaPods for dependency management. First, install the cocoapods gem:

#> sudo gem install cocoapods

Then you can proceed to configure and build the project:

#> git clone https://github.com/cloudmine/AsthmaHealth/releases/latest
#> cd AsthmaHealth
#> cp AsthmaHealth/SupportingFiles/Secrets.h-Template AsthmaHealth/SupportingFiles/Secrets.h
#> pod install
#> open AsthmaHealth.xcworkspace

The project should now open and build.

Your CloudMine Application

You will want to edit Secret.h and add your CloudMine App ID and API Key.

Need a CloudMine account? Email our Sales team.