/ehr_client

A Java Client for the FI-STAR Electronic Health Record (EHR) specific enabler.

Primary LanguageJava

Build Status

pmd

checkstyle

ehr_client

A Java Client for the FI-STAR Electronic Health Record (EHR) specific enabler.

implemented functions

  1. add PatientData
  2. add AdmissionData
  3. add Allergies
  4. update PatientData

Javadoc

The latest Javadoc is available here.

Maven Config

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>