This function is used to extract enrollment date (baseline visit date) when subjects are enrolled in ADNI study for the first time.
Arguments
- .registry
Data.frame of
REGISTRY()eCRF
Value
A data.frame of overall enrollment in ADNI study with the following variables:
RID: Subject IDORIGPROT: Original study protocolsCOLPROT: Study data collection protocolsEXAMDATE: Enrollment date (i.e. first baseline visit date)
See also
Other ADNI specific functions:
get_adni_blscreen_dxsum(),
get_adni_screen_date()
Examples
if (FALSE) { # \dontrun{
overall_enroll_registry <- get_adni_enrollment(
.registry = ADNIMERGE2::REGISTRY
)
} # }
