This function is used to extract enrollment date (baseline visit date) when subjects are enrolled in ADNI study for the first time.
Value
A data frame of overall enrollment in ADNI study that will contains `RID`, `ORIGPROT`, `COLPROT`, and `EXAMDATE` variables.
See also
Other ADNI enrollment:
detect_baseline_score()
,
get_adni_blscreen_dxsum()
Examples
if (FALSE) { # \dontrun{
overall_enroll_registry <- get_adni_enrollment(
.registry = ADNIMERGE2::REGISTRY
)
} # }