Skip to content

DouglasNeuroInformatics/OpenDataCapture

Repository files navigation

Logo

Open Data Capture

An electronic data capture platform designed for administering remote and in-person clinical instruments, including both interactive tasks and forms
Explore the docs »

Report Bug · Request Feature · Instrument Playground · View Demo

license version build


About

Open Data Capture is a web-based platform designed for continuous clinical data collection. Designed with clinician-researchers in mind, the platform enables both remote and in-person evaluations, encompassing a range of applications — from patient questionnaires completed at home to interactive memory tasks conducted in clinical settings. The platform is designed with a robust security framework, ensuring that all collected data is securely stored in a structured, standardized manner. It offers an intuitive, user-friendly interface to filter the stored data according to various criteria. Once filtered, the data can be used to generate dynamic graphs and tables, or exported for research purposes.

Quick Start

Assuming that Docker and Docker Compose are already installed on your system, you can deploy an instance of Open Data Capture using the following command:

./scripts/generate-env.sh && docker compose up -d

By default, the application will run on port 5500. So, navigate to http://localhost:5500 in your browser and you should be greeted with the setup screen. After getting started, we highly recommend reading our deployment guide for additional information on how to configure Open Data Capture to best meet the needs of your organization.

Contribution

We welcome contributions! If you're interested in improving the platform or adding new features, please refer to our Contribution Guide.

License

Copyright (C) 2022 Douglas Neuroinformatics Platform

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.