Skip to content

vanderbilt-redcap/REVERSE-LC

This branch is 62 commits ahead of vanderbilt-redcap/RAAS-NECTAR:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 22, 2022
Aug 15, 2024
Apr 15, 2024
Mar 18, 2024
Aug 12, 2024
Mar 3, 2025
Mar 18, 2024
Oct 27, 2020
Sep 28, 2020
Feb 25, 2025
Mar 3, 2025
Oct 21, 2020
May 3, 2021
Feb 25, 2025
Feb 5, 2025
Mar 18, 2024
Nov 1, 2020
Nov 1, 2020
Nov 1, 2020

Repository files navigation

REVERSE_LC

Implements the user dashboard for REVERSE_LC REDCap projects!

Participant Status Definitions

  1. Pre-Screened Criteria: [continue_yn] == '1' || [continue_yn] == '99'

  2. Enrolled Criteria: [randomization_dttm] != ''

  3. Eligible Criteria: [elig_app] == 1

  4. Randomized Criteria: [randomization] != ''

  5. Consented Criteria: [enroll_yn] == '1'

Access Levels

authorized = '1'

  • User can access dashboard
  • User can see all sites data
  • User cannot see my site data

authorized = '2'

  • User can access dashboard
  • User can see all sites data
  • User can see my site data (Results limited to records with DAG that matches user's DAG)

authorized = '3'

  • User can access dashboard
  • User can see all sites data
  • User can see my site data (Including all patient rows from all sites)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.7%
  • Twig 27.5%
  • JavaScript 6.3%
  • CSS 2.1%
  • Shell 0.4%