Skip to content

philips-emr/java-libs

 
 

Repository files navigation

java-libs

Java openEHR Implementation project (ADL 1.4)

Getting Started

Requirements

  • Java 8 or higher
  • Maven 3.0.4 or higher

Usage

The java-libs project is available at Maven Central.

For example, if you need to use the adl-parser, add into your pom.xml:

<dependency>
    <groupId>org.openehr.java-libs</groupId>
    <artifactId>adl-parser</artifactId>
    <version>1.0.71</version>
</dependency>

Installation

To build the whole project in philips enviroment, first configure your maven proxy in the file C:\Users<your user>.m2\settings.xml. If the file don't exist it's necessary create it. follow this link https://maven.apache.org/guides/mini/guide-proxies.html

mvn clean install

This will create binary files in the target directories of each submodule.

About

Standard Java libraries for Java implementations of openEHR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%