OHDSI / circe-be

CIRCE is a cohort definition and syntax compiler tool for OMOP CDMv5
Apache License 2.0
9 stars 13 forks source link
cohort-definitions

Circe-be

Build Status codecov.io

Introduction

A Java library used to create queries for the OMOP Common Data Model v5.0-v5.3. These queries are used in cohort definitions (CohortExpression) as well as custom features (CriteriaFeature).

Features

Getting Started

Add dependency (and repository) to maven:

  <repositories>    
    <repository>
      <id>ohdsi</id>
      <name>repo.ohdsi.org</name>
      <url>http://repo.ohdsi.org:8085/nexus/content/repositories/releases</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>org.ohdsi</groupId>
      <artifactId>circe</artifactId>
      <version>1.9.0</version>
    </dependency>
  </dependencies>    

License

Circe is licensed under Apache License 2.0