The submission system of the National Alzheimer’s Coordinating Center (NACC) is meant to accept data managed by NACC on behalf of the ADRC program and other affiliated studies. The ADRC program has traditionally accepted data collected by the ADRCs using the Uniform Data Set forms, but now also accepts PET and MRI imaging files, and in the future will accept other data types.
This document describes the model of the software systems supporting data submission to NACC.
The submission system is a component of the ADRC portal that allows users at research centers to submit data captured at the center.
At it’s core, the submission system takes data provided by a research center and moves it into an ingest pipeline within the data warehouse. This system will check that submitted data meets expectations for the study, which are managed using the project management system.
The submission system consists of a submission interface, and for each data type data submission services, and any services needed to transfer data into the data type specific ingest pipeline in the data warehouse.
Forms are handled by routing the data into a REDCap project from which data is then transferred into the form ingest project for the center within the data warehouse. Data may be submitted in three ways:
The following sequence diagram sketches the user interactions with the submission interface.