diff --git a/README.md b/README.md index 3cc8e88..4fa480a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ ## Juan David López-Regalado and Gerardo Marx Chávez-Campos -For create a medical application for digitized questionnaires, it's necessary to download the framework from the next [repository](https://github.com/researchkit/researchkit) +Medical questionnaires and forms play a crucial role in diagnosing diseases and gathering essential patient information. Traditionally, these assessments are conducted through face-to-face interactions or phone calls, which can be time-consuming, costly, and inefficient. To address these challenges, digital adaptations of medical questionnaires have been developed, enabling faster and more accessible data collection across various platforms and applications. + +ResearchKit, an open-source framework introduced by Apple, allows researchers and developers to create robust mobile applications for medical research. By leveraging this technology, large-scale data collection can be conducted efficiently, facilitating real-time analysis while reaching a broader population. + +### Create project and implementation of ResearchKit + +For create a medical applications for digitized questionnaires, it's necessary to download the framework from the next [repository](https://github.com/researchkit/researchkit) and create a new ios project in Xcode in the option App. @@ -24,3 +30,12 @@ When the famework is here, is part of the application, only needs to activate. I ![](images/rkframe.gif) +Doing that, ResearchKit is ready to use. + +### Visual Interface + +The first part for develop a application is the visual part, you need to create a visual interface because the participants need a intuitive screen. This repository is not about the interface part, only about the ResearchKit part, therefore, we will skip the visual part, we can only say that it is necessary to place 3 buttons, one for consent, another for IPAQ and another for MMSE. + +The visual interface needs to be easy, intuitive, but the design is part of you. + + diff --git a/SAGE_RK_ML/SAGE_RK_ML.xcodeproj/project.xcworkspace/xcuserdata/JD2207.xcuserdatad/UserInterfaceState.xcuserstate b/SAGE_RK_ML/SAGE_RK_ML.xcodeproj/project.xcworkspace/xcuserdata/JD2207.xcuserdatad/UserInterfaceState.xcuserstate index 1fe5f00..ec1ff37 100644 Binary files a/SAGE_RK_ML/SAGE_RK_ML.xcodeproj/project.xcworkspace/xcuserdata/JD2207.xcuserdatad/UserInterfaceState.xcuserstate and b/SAGE_RK_ML/SAGE_RK_ML.xcodeproj/project.xcworkspace/xcuserdata/JD2207.xcuserdatad/UserInterfaceState.xcuserstate differ