sencode / snomed-ql

SNOMED CT Query Language Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snomed-ql

SNOMED CT Query Language Implementation with IDE integration(s), user interface using Xtext.

build status latest release GitHub

Documentation

See the draft discussion presentation here

Building from source

SNOMED CT QL uses Maven for its build system. In order to run the build and create a p2 update site and the maven packages simply run the following command in the cloned directory.

mvn clean package

The packages can be found in the com.b2international.snomed.ql.update/target folder, when the build is complete.

To run the test cases, use the following command:

mvn clean verify

Contributing

Please see CONTRIBUTING.md for details.

Versioning

Our releases use semantic versioning. You can find a chronologically ordered list of notable changes in CHANGELOG.md.

About

SNOMED CT Query Language Implementation

License:Apache License 2.0


Languages

Language:Java 90.4%Language:GAP 9.3%Language:Xtend 0.3%