Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 828 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 828 Bytes

adt-connector

Provides an HL7 interface to open-eObs.

A Camel Router with Scala DSL Project. For more help see the Apache Camel documentation.

Build

To build this project use:

mvn install

You can run this project from source.

mvn exec:java

Docker

To build the connector and run with Docker:

make -C docker integration-test
mvn install
make -C docker integration-test-clean
registry=openeobs make -C docker run

Test with HAPI

You can use HAPI TestPanel to send messages to the ADT connector.

  • Create a connection that connects to localhost:8888.
  • Create a message and send it.
  • Go back to the connection and check the Activity tab
  • Tail the karaf logs at on the ADT connector.