Skip to content

Latest commit

 

History

History
 
 

hphc_ios-master

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

My Studies

My Studies is an open-source project for health surveys. ‘My Studies’ is developed using ResearchKit which is an open-source framework provided by Apple. My Studies project is FISMA & HIPPA compliant.

Requirements

My Studies requires Xcode 9 or newer and can be run on iOS 9,10 & 11.

Backend Server Integration

My Studies fetches all the Studies, Activities, Consent and Resources from the backend, and responses provided by users is stored on the backend.

Registration Server

Setup guide for Registration Server is provided here. Registration Server stores user information & user’s status for each study and activity. Once you have successfully setup Registration Server, replace registration server URL in RegistrationServerConfiguration.swift

struct RegistrationServerURLConstants {
//TODO: Set the server end points

static let ProductionURL = "Your production server URL"
static let DevelopmentURL = "Your development server URL"

}

WCP Server

Setup guide for WCP server is provided here. WCP Server provides the platform to create study, activities, consent, and Resources. Once you have successfully setup WCP Server, replace server URL in WCPConfiguration.swift

struct WCPServerURLConstants {
//TODO: Set the server end points

static let ProductionURL = "Your production server URL"
static let DevelopmentURL = "Your development server URL"
}

Response Server

Setup guide for Response server is provided here. Response Server stores all user’s response to each study activity. Once you have successfully setup WCP Server, replace server URL in ResponseServerConfiguration.swift

struct ResponseServerURLConstants {
//TODO: Set the server end points

static let ProductionURL = "Your production server URL"
static let DevelopmentURL = "Your development server URL"

}

Author

Copyright © 2017-2018 Harvard Pilgrim Health Care Institute (HPHCI) and its Contributors.

License

License Agreement for FDA My Studies Copyright © 2017-2018 Harvard Pilgrim Health Care Institute (HPHCI) and its Contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Funding Source: Food and Drug Administration (“Funding Agency”) effective 18 September 2014 as Contract no. HHSF22320140030I/HHSF22301006T (the “Prime Contract”).

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Libraries We Used

IQKeyboardManagerSwift SlideMenuControllerSwift Crashlytics SDWebImage RealmSwift CryptoSwift ActionSheetPicker-3.0