Longitudinal Clinic Study App

The Hope Study is a longitudinal clinical trial originally developed at the University of Washington as a collaboration between the Computer Science and Global Health departments. It was a randomized control trial studying pregnant, HIV discordant couples and their health outcomes, and was used for eight months by health workers in western Kenya. More info about the study can be found in this article. The study was conducted using ODK Collect, and then ported to the ODK-X tools to demonstrate the features that could be added on this platform.

Hope Study Home Screen

Key Features

The Hope Study application provides a good example of the following ODK-X platform features:

  • Data Synchronization and Reuse: The study takes place over a number of months, revisiting the same clients and reusing previously collected data. Launching the synchronization interface is built into the application's workflow. Known data is prepopulated into form prompts.

  • Custom Web Views: Navigation to the current client and appropriate form is made simple and easy. Custom data visualizations provide statistics on the full data set.

  • Custom Form Linkage: Multiple Survey forms update the same records in a single database table.

  • Complex Form Navigation: Forms will jump between screens based on client eligibility and response validation.

Installing Hope Study

Source code for this Data Management Application can be found in the master branch of the App Designer repository. It is one of the five demo applications for ODK-X Tables. As with all of the ODK-X reference applications (and the ODK-X platform itself), the code is free and open source. Feel free to reuse, modify, or extend this application and its component parts to suit your organization's needs.

Note

The Hope Study application (and all other Data Management Applications provided in these docs) come with a full copy of the Application Designer they were developed in.

After you have have downloaded the application, you can set it up according to the Application Designer setup instructions. Similarly, you can push the application to your device using the Pushing and Pulling Files instructions.

Guided Tour

A walk-through of the features and the application and an overview of how they are implemented is provided in the guide below.