CQL

CQL, a simple alternative to Structured Query Language (SQL), is a declarative language developed to provide abstraction in accessing Apache Cassandra. The CQL functionality in Workflow Modeler allows you to import CQL models used in Healthcare applications.

cql 1

Import a CQL model

  1. Navigate and click on the CQL button in the ribbon bar.

    cql 2
  2. Click on the add button.

    cql 3
  3. Select an existing model in your repository or upload a new one.

    cql 4
    cql 5
  4. When your import is done, select the model.

    cql 6

Delete a CQL model

  1. Navigate and click on the CQL button in the ribbon bar.

  2. Click on the delete button (see the picture below).

    cql 7

Open a CQL model

  1. Navigate and click on the CQL button in the ribbon bar.

  2. Click on the open button.

    cql 8
  3. Then you will be able to see the content of your included file.

    cql 9

Rename a CQL model

  1. Navigate and click on the CQL button in the ribbon bar.

  2. Click on the rename button.

    cql 10
  3. Rename your file.

    cql 11

Executing a CQL Model

Once imported, the CQL model automatically adds an interface, operations, and associated datatypes to the Operation Library, where it is accessible for execution in a Service task.