Skip to content

nadavlab/Hadassah_OMOP

Repository files navigation

Hadassah_OMOP- Building the server and application

Required Permissions

These permissions were granted by the IT Department at Ben-Gurion University and the permissions are:

  • For the remote server
  • For a compose tool
  • PostgreSQL

Installations

Steps to set up a Postgres server snd uploading the load the OHDSI apps:

  1. Clone the next repository: OHDSI: https://github.com/OHDSI/Broadsea-WebTools
  2. Run the docker Multiple containers Using the tool compose.
  3. Edit the configuration files as follow:
  • Set login information to matches the Hadassah database.
  • The webAPI and the url of ATLAS to: http://:8080/atlas/. Where is should be replace with the actual address (something like 123.45.67.890)
  • Download the concepts related tables VOCABULARY, CONCEPTS etc. from OHDSI Athena: https://athena.ohdsi.org/search-terms/start
  • Download the scripts that define the schema and tables in the appropriate version and move them to a folder we created on the remote server: Sql Scripts. This SQL queries can be generated using the next command
CommonDataModel::buildRelease(cdmVersions = "5.4",
                              targetDialects = "postgresql",
                              outputfolder = "/pathToOutput")

See https://github.com/OHDSI/CommonDataModel#1-use-the-buildrelease-function and R Scripts/createNewCDM.r.

Connections and relevant URLs

• Connection guide to ATLAS and postgreSQL server:

* Make sure you are connected to BGU VPN with your personal code.    
* Connect to postgreSQL server with the URL:[link to URL] (http://<URL>:5050/browser/).
* connect to ATLAS application with the URL:[link to URL] http://<URL>:8080/atlas/).

Transform process

There are several scripts that need to be executed by domain:

Load the data into the DB

Excute the tests

Run the Achilles using R and load the results to the DB. The Achilles is used to analyze the data of the tables visually.

  • <R Scripts/checkingAchilles.r>
  • <R Scripts/checkingDQD.r>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published