Skip to content

rosahealth/icure-freehealth-connector

 
 

Repository files navigation

Freehealth Connector

A streamlined mmu (Massively Multi User) version of the eHealth connector

Scalability: only vertically, NOT horizontally

Run via gradlew

./gradlew bootRun

go to http://127.0.0.1:8080/api/index.html for documentation

You need to set the mycarenet license info in org.taktik.connector.technical.properties

(mycarenet.license.username & mycarenet.license.password). Make sure you have credentials adapted to the environment.

Test config

File test/resources/test.properties:

org.taktik.icure.keystore1.ssin=...
org.taktik.icure.keystore1.nihii=...
org.taktik.icure.keystore1.password=...
org.taktik.icure.keystore1.name=...
org.taktik.icure.keystore2.ssin=...
org.taktik.icure.keystore2.nihii=...
org.taktik.icure.keystore2.password=...
org.taktik.icure.keystore2.name=...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.8%
  • XSLT 5.0%
  • Kotlin 4.2%
  • HTML 0.7%
  • Batchfile 0.1%
  • C# 0.1%
  • Other 0.1%