-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kantemir Tvorogov edited this page Aug 16, 2023
·
4 revisions
ACUITY system is intended to perform an effective analysis of ongoing clinical trial information while providing integrated and interactive views of the clinical data.
The system includes several applications:
- VAHub - a web application that enables users to view and interact with clinical data. This raw data is uncleaned and unvalidated. Data is read into the ACUITY database, which in turn populates the graphs and tables that users see in ACUITY
- AdminUI - a web application that provides the ability to fine-tune the clinical study data before loading to ACUITY DB
- VASecurity – a web application providing authentication/authorization settings for the system
- Azure Setup - preparation of all settings for ACUITY on the Azure portal (includes VM creation and setup, applications registration, file storage creation etc).
- SSL Certificates - generation (if needed) and installation of SSL certificates for ACUITY.
- Applications Setup - installation of ACUITY applications in containerized (actual) form. Requires prepared Azure-side customizations and SSL certificate for full-featured work, but running in development mode is available without them.
- Application Spring Configs - structure of ACUITY Spring configuration files with comments.
- Github packages and Docker images - description of Github packages which contain Maven artifacts and docker images
VAHub
AdminUI
VASecurity
Database
- Overview
- Result data tables — tables for data uploaded by AdminUI during ETL and presented by VAHub.
- Mapping data tables — tables for service data mostly used by AdminUI for ETL.
- Third party solution tables
- Other data tables
- Tables to delete - supposedly useless tables.
ACUITY-transform (SDTM tool)
Using application
[To be added]
- System Requirements
- Azure Setup
- Machine Insights and CBioPortal Integration
- SSL Certificates
- Applications Setup
- Application Spring Configs
- Profiles
- Migrating to ACUITY 9
- Github packages and Docker images
- Result data tables
- Mapping data tables
- Third party solution tables
- Other data tables
- Tables to delete