Disclaimer: This code is research code and documents the prototype developed as part of my master's thesis.
The prototype client allows to execute two exemplary functions. First, an openEHR composition can be submitted using the openEHR REST API. Second, a combination of ITI-18 and ITI-43 can be invoked to query and retrieve that very same composition again.
The prototype server is required to run, so the client can connect to it. All configurations of ports and endpoints are static and meant for local use only.
Forked from IPF iheclient tutorial.
- Java 1.8
- Maven
- run
mvn package -Dmaven.test.failure.ignore=true
- run
java -jar target/ipf-tutorials-iheclient-3.6-SNAPSHOT.jar