First part of interface

main
Juan David Lopez Regalado 2 months ago
parent ccac2450d3
commit b5f26817b6

@ -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.

Loading…
Cancel
Save