OHDSI/Achilles-Node

Name: Achilles-Node

Owner: Observational Health Data Sciences and Informatics

Description: A Node.js Web Service for Generating Achilles SQL Scripts

Created: 2014-10-06 16:20:12.0

Updated: 2016-06-14 17:02:09.0

Pushed: 2014-10-06 16:20:50.0

Homepage: null

Size: 128

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Achilles-Node

A Node.js web service for Achilles SQL generation

Achilles-Node is a web service designed for use by OHDSI web applications and that renders Achilles SQL scripts. It is not a substitute or required part of running Achilles.

The Good

The Bad

What's the Point?

How Does It Work?

Achilles-Node accepts input of the followng standard Achilles parameters:

Example POST (e.g., to server_url:3000/achilles-api)

ms":"oracle",
m_schema":"omop_cdmV4",
sults_schema":"my_results_db",
urce_dataset":"RI",
alyses":[0,1,2,3,4,5]}

Example GET

er_url:3000/achilles-api?dbms=oracle&cdm_schema=My_CDM&results_schema=My_Results&source_dataset=HCUP
lyses=101,102,300,400,500,501,502
Version

0.1

Installation Requirements

Not recommended for local machine installation at this time. Server-side installation requires:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.