# OpenEDC **Repository Path**: kunghiu/OpenEDC ## Basic Information - **Project Name**: OpenEDC - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-08 - **Last Updated**: 2024-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenEDC > OpenEDC is an electronic data capture (EDC) system for designing and conducting secure medical research studies based on the [CDISC ODM-XML](https://www.cdisc.org/standards/data-exchange/odm) standard. The standard is adopted without modifications to foster data exchange, metadata reuse, and open science. #### Quick links - [OpenEDC App](https://openedc.org/) - [OpenEDC Server](https://github.com/imi-muenster/OpenEDC-Server) - [Changelog](CHANGELOG.md) ## About [OpenEDC](https://openedc.org/) is a cross-platform web application that works offline. The application itself is client-based. All data is exclusively processed on the local device it is running on. For security reasons, all data can be AES encrypted on the device as well. An instance of the [OpenEDC Server](https://github.com/imi-muenster/OpenEDC-Server) can be hosted optionally to create a project with multiple users and sites. Forms already designed or data already captured with [openedc.org](https://openedc.org/) can be synced with the server. When connected to a server, all data is end-to-end encrypted by default. The application can work offline and syncs data back to the server when an internet connection could be re-established. OpenEDC consists of three main modules. One for designing the metadata (i.e., the forms), one for capturing clinical data (including real-time validation checks and conditional skip patterns), and one for administrative settings when connected to an OpenEDC Server (i.e., managing users and sites).