Skip to content

gopuv/caaers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the caAERS Project!

The Cancer Adverse Event Reporting System (caAERS) is an Open Source project that is used to record and report adverse events that occur during clinical trials. It is a JSP based web application written in Java using Hibernate and Spring technologies. The goal of caAERS is to support regulatory and protocol compliance for adverse event reporting and allow local collection, management, and querying of adverse event data. It also supports service based integration of data from other clinical trials management systems.

Please note that the master codebase of caAERS is undergoing active development and may not have been cleared for production usage by the project sponsor, NCI-CBIIT.

caAERS is distributed under the BSD 3-Clause License. Please see the NOTICE and LICENSE files for details.

You will find more details about caAERS in the following links:

Please join us in further developing and improving caAERS.

Prerequisites

  • Installation guide
  • JDK 1.7*
  • PostgreSQL 9.2
  • Tomcat 7.0.59 (SSL enabled)
  • ServiceMix 3.3.2#
  • maven 2.2.1*
  • apache ant 1.8.4*

* This software is needed for building the project from the source-code.

# This software is also neeed for building caAERS ServiceMix assembly

Installation

###Setup

  • Add jdk, ant and maven to the system PATH and set the following environment variables
    • ANT_HOME - must point to ant install folder
    • JAVA_HOME - install folder of java
    • SERVICEMIX_HOME - install folder of ServiceMix 3.3.2
    • ANT_OPTS=-Xms128m -Xmx2048m -XX:MaxPermSize=512m

###To build caAERS WAR file

###To build caaers-adeers service assembly (deprecated since 2.8)

  • cd $caAERS/software/jbi/caaers-adeers-service-assembly
  • Copy local.properties.template to local.properties
  • Edit local.properties and replace placeholders, and combo, with your adeers credentials
  • Run, ant all

The service assembly will be availabe under $caAERS/software/jbi/caaers-adeers-service-assembly/build/assembly

To build caaers-adeers-sync service assembly

  • cd $caAERS/software/jbi/caaers2adeers-sync/libs
  • Run the install script (install.sh or install.bat), to add AdEERS webservice client jar to local repo
  • cd $caAERS/software/jbi/caaers2adeers-sync
  • Copy profiles.xml.example to profiles.xml
  • Edit profiles.xml and replace placeholders, your_adeers_username and your_adeers_password combo, with your adeers credentials
  • Run, mvn install -Dmaven.test.skip=true

The caaers-adders-sync service assembly will available in $caAERS/software/jbi/caaers2adeers-sync/caaers-adeers-sync-sa/target

###Hot Deploy

  • ant sync-classpath (will setup the eclipse project)
  • If using intellij, Import eclipse project into idea.
  • Go to web folder and run "go.bat" (this will set up your tomcat hot-deployment).
  • Go to $USER_HOME/.caaers and place the datasouce.properties and test.properties there ([datasource templates] (https://github.com/NCIP/caaers/tree/master/caAERS/software/templates/))

About

caAERS is a web application for recording and reporting adverse events that occur during cancer clinical trials

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 68.7%
  • Groovy 16.9%
  • Java 12.7%
  • XSLT 1.1%
  • JavaScript 0.4%
  • CSS 0.1%
  • Other 0.1%