ctsit / redcap_entity

Other
4 stars 8 forks source link
redcap redcap-entity redcap-external-module redcap-repo

REDCap Entity

DOI

REDCap Entity is a software development library that simplifies the development of REDCap External Modules by providing tools to design, store, manage, enter, view and edit novel data types needed by a REDCap Module.

Prerequisites

Easy Installation

REDCap Entity is available in the REDCap Repo. To install it follow these steps:

Manual Installation

Introduction

REDCap Entity is a software development library that simplifies the development of REDCap External Modules by providing tools to design, store, manage, enter, view and edit novel data types needed by a REDCap Module. This module is a dependency for other modules such as UF CTS-IT's REDCap Project Ownership and REDCap OnCore Client.

A module might need to manage a data type that does not exist in core REDCap. For example, REDCap Project Ownership introduces the concept of a project owner. This is a person who acts as owner/custodian for a project. These ownership details have to be stored, retrieved, displayed and edited. In some cases a large list of owners and related facts need to be displayed, filtered, and sorted. REDCap Entity provides a set of functions a REDCap module developer can use to define the things to be stored as well as how they should be displayed.

REDCap Entity helps a developer define these details:

REDCap Entity allows a moderate amount of code to add functionality that looks like this to a REDCap Module:

Entity DB manager

Managing Entities

REDCap Entity will present an Entity DB Manager in the REDCap Control Panel. It gives an admin the ability to create or delete the data managed by REDCap Entity on a per-entity basis.

Entity DB manager

Developing with REDCap Entity

A complete development guide for using REDCap Entity in your REDCap External Module is available at REDCap Entity Developers Guide. A very simple module that demonstrates REDCap Entity can be found at https://github.com/ctsit/organizations_demo