Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

EPS Configuration

Manual Configuration

Unfortunately, the latest EPS snapshot on Sonatype is not current. To use EPS, you will need to:

After all the projects are build locate the file EPS-Implementation/eps-webservice/target/EPSWebService.war and deploy it into a web container.

To test whether EPS is deployed or not open the following URL in a browser: http://localhost:8080/EPSWebService (change the host and port to match your configuration).

Using Docker RECOMMENDED

A Docker image of EPS can be build from the following repository:

After the repository is cloned, run:

  • ./docker-build.sh
  • ./docker-start.sh

To test whether EPS is deployed or not open the following URL in a browser: http://localhost:5050/EPSWebService

UCS Configuration

Manual Configuration

 To use UCS, you will need to:

UCS runs inside a framework called NiFi (https://nifi.apache.org/). Follow the instructions in nifi-implementation README.MD file to deploy and run UCS inside a NiFi instance.

Using Docker RECOMMENDED

A Docker image of UCS can be build from the following repository:

In order to run UCS inside a Docker container, docker-compose must be installed in your system.

After the repository is cloned and docker-compose is installed, run:

  • chmod -r a+rw ucs-docker/ucs-nifi-docker/files
  • chmod -r a+rw ucs-docker/ucs-nifi-docker/contact
  • ./ucs-docker-build.sh
  • ./ucs-docker-start.sh

Docker-compose will not only start a UCS instance, but it also start a sample application that can be used to test UCS.

$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:

CareWeb Configuration

hspc-fhir

To build this project you will need to:

hspc-careweb

To build this project you will need to:

hspc-connectathon

To build this project you will need to:

HAPI Server Configuration


  • No labels