A Java Client for the FI-STAR Electronic Health Record (EHR) specific enabler.
- add PatientData
- add AdmissionData
- add Allergies
- update PatientData
The latest Javadoc is available here.
To use this library in your maven project you need to add:
<dependencies>
<dependency>
<groupId>com.amaxilatis</groupId>
<artifactId>ehr-client</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>sparkworks</id>
<url>http://nexus.sparkworks.net/nexus/content/repositories/snapshots</url>
</repository>
</repositories>