Skip to contents

This function is used to extract enrollment date (baseline visit date) when subjects are enrolled in ADNI study for the first time.

Usage

get_adni_enrollment(.registry)

Arguments

.registry

Data.frame of REGISTRY() eCRF

Value

A data.frame of overall enrollment in ADNI study with the following variables:

  • RID: Subject ID

  • ORIGPROT: Original study protocols

  • COLPROT: Study data collection protocols

  • EXAMDATE: Enrollment date (i.e. first baseline visit date)

See also

Examples

if (FALSE) { # \dontrun{
overall_enroll_registry <- get_adni_enrollment(
  .registry = ADNIMERGE2::REGISTRY
)
} # }