...
- To test if UCS is running, open the following URL in a browser: http://localhost:6060/nifi/
- To test if the UCS test application is running, open the following URL in a browser: http://localhost:7070/ucs-nifi-test-workbench/
$Evaluate Operation Reference Implementation
A reference implementation of both, a DecisionSupportRule and a CDS system using it can be found in the following repository:
After cloning the repository, run:
- 'mvn clean install'
This repository also contain some other modules required for some other components in the ecosystem.
HSPC Java-client-fork
To build this project you will need to:
- Clone https://bitbucket.org/mdgeek/java-client-fork
- Run 'mvn clean install'
CareWeb Configuration
hspc-fhir
To build this project you will need to:
- Clone https://bitbucket.org/hspconsortium/hspc-fhir
- Run 'mvn clean install'
hspc-careweb
To build this project you will need to:
- Clone https://bitbucket.org/hspconsortium/hspc-careweb
- Run 'mvn clean install'
hspc-connectathon
To build this project you will need to:
- Clone https://github.com/mdgeek/hspc-connectathon
- Run 'mvn clean install'
HAPI Server Configuration
...