DMN implementation of LACE scocre. The LACE score identifies patients that are at risk for readmission or death within 30 days of discharge. This demo Demonstrates DMN on Kogito capabilities, including REST interface code generation.
You will need:
- Java 11+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.6.2+ installed
mvn clean quarkus:dev
You can visualize and interact with the generated specification using the embbeded Swagger UI or importing the generated specification file on Swagger Editor.
In addition client application can be easily generated from the swagger definition to interact with this service.