/aql-editor-backend

Primary LanguageJavaOtherNOASSERTION

EHRBase Aql-Editor Backend

Installation

Build

mvn clean install

Run

Replace the * with the current version, e.g. aql-editor-backend-1.0-SNAPSHOT.jar

java -jar application/target/aql-editor-backend-*.jar

Usage

  • Swagger: Swagger UI
  • Postman: import /postman/aqleditor.postman_collection.json

Open Point

  • storage options
    • filesystem
    • extern openEHR platform
  • multi language support
  • build better aql
    • set as correctly
    • remove unnecessary brackets
  • aql validation and meaningful error messages
  • select support function
  • add support to where:
    • not
    • exist
    • matches
    • terminology

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

APACHE 2.0