Skip to content

jakesmolka/cisros-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IHE XDS and openEHR Integration Prototype Test Client

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.

Origin

Forked from IPF iheclient tutorial.

Dependencies

  • Java 1.8
  • Maven

Run

  1. run mvn package -Dmaven.test.failure.ignore=true
  2. run java -jar target/ipf-tutorials-iheclient-3.6-SNAPSHOT.jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages