Skip to end of metadata
Go to start of metadata
OpenClinica
- Users create study datasets. The dataset consists of all the study items that the users would like to import into OpenSpecimen database.
- Subsequently, users create one scheduled job per dataset to export the corresponding study data. The scheduled job can be configured to export the data either on nightly or weekly basis depending upon the study activities. The scheduled job should be configured to export the data in ODM XML 1.3 format.
OpenSpecimen
- The CP administrator configures the OpenClinica studies whose data needs to be imported or synchronised into OpenSpecimen database. Among other details, this configuration specifies how to pick the ODM XML data files from OpenClinica. The data files could be residing either on a local filesystem or remote filesystem. OpenSpecimen can handle both scenarios.
- A single pre-created scheduled job runs at pre-determined intervals and performs the following tasks for each configured study in the OpenSpecimen:
- downloads the study data files exported by OpenClinica using either SFTP or local filesystem copy command.
- parses the data files into in-memory structures representing the CRF metadata and data records.
- validates the CRF metadata and records.
- creates/updates corresponding forms and records in OpenSpecimen DB.
- notifies users with metrics like how many forms, participants, visits, specimen, and form records were created/updated.
- Unlike OpenClinica, there is only one scheduled job in OpenSpecimen that is responsible for importing the data. Depending on the requirements, the frequency of the scheduled job can be changed to run on hourly or daily or weekly basis.
OpenClinica Detailed Sync
- As mentioned above, the files are either downloaded from the remote file system using FTP or copied from the local file system. This is determined by the server config chosen in the OpenClinica project/study configuration.
- At present, there is no UI to show the list of server configs and their file handling mechanisms. The only option is to use the REST API Invoker as mentioned on the OC Server Configuration