Skip to content
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.

Project Architecture Overview

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

HighlevelScheme

Getting started

ACUITY deployment and configuration

Actual instructions:

  • 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

Explore the documentation

VAHub

AdminUI

VASecurity

Database

ACUITY-transform (SDTM tool)

Using application

How to get help

[To be added]

Clone this wiki locally