An iOS app that applies the Clinical Dementia Rating scale.
This app was implemented to assist health professionals on Dementia diagnosis by applying the Clinical Dementia Rating scale within their patients.
Before running the project, ensure that you meet the following requirement:
- Latest Xcode Installed
Clone the project or download the zip, and navigate to the project folder.
You can build the app's source code by following the steps below:
- Launch Xcode
- Open the project from the folder where you have downloaded the code using menu
File -> Open
- If you plan on running the prototype in a physical device, be sure to set the correct
Provisioning Profile
in the Project File. - Build using the menu
Product -> Build
or by using the shortcut keysCmd (⌘) + B
. - It may take a while to build the project for the first time.
- Once the build is over, run on the target device using the menu
Product -> Run
or by using the shortcut keysCmd (⌘) + R
.
If you just want to test the app without digging into its source code, a public beta is avaliable on TestFlight.
The original reference study, used to implement the CDR questions, is avaliable right here. Also, this implementation of the CDR algorithm was used as reference to implement the Swift adaptation.