You are browsing as a guest. Sign up (or log in) to start making projects!

2h 47m 51s logged

Apple CoreData Organization for Movement Tests

Finished organizing and setting up the entities and attributes using apple’s CoreData for the app.

Each entity stores data that needs to be analyzed by the clinician for each test/log type, including AkinesiaResult, BradykinesiaResult, DexterityResult, MedicationLog, and so on.

Each test will have specific parameters calculated by the touchscreen inputs based on what’s important to be measured. For example, the dexterity test requires completing a swipe sequence on the screen and measuring the distance between the user’s input and the predefined path. Attributes of the DexterityResult entity would be rmsError (root mean square error), avgSwipeSpeed, swipeDist, cvSwipeSpeed (correlation of variation of the swipe speed) etc.

Probably spent way too much time researching exactly which parameters should be added but you can never be too meticulous.

0
9

Comments 0

No comments yet. Be the first!