Skip to content
/ komet Public

Komet is a health care interoperability solution that seeks to translate and integrate terminology standards used in health care settings.

License

Notifications You must be signed in to change notification settings

ikmdev/komet

Repository files navigation

Komet-java

Komet was created to harmonize existing medical terminology and create interoperable data. This file will explain best practices for getting started, building, running, and contributing code in Komet.

Getting Started

To get started with using Komet, download the latest version on your machine. See the documentation about the new features recently included.

Follow the instructions below to set up the local environment for Komet:

  1. Download and install Open JDK Java 19

  2. Download and install Apache Maven 3.9 or greater

  3. Prior to building Komet, there are additional repositories to clone and build. Please use the tinkar-core README file to build the tinkar-core project and its prerequisites before building komet.

Building and Running Komet

Follow the steps below to build and run Komet on your local machine:

  1. Clone the komet repository from GitHub to your local machine

  2. Change local directory to location to komet

  3. Enter the following command to build the application:

mvn clean install
  1. Run the Komet application with the following command:
mvn -f application javafx:run

Note: Komet requires sample data to operate with full functionality

Issues and Contributions

Technical and non-technical issues can be reported to the Issue Tracker (LINK TO ISSUE TRACKER ONCE PUT IN KOMET REPO).

Contributions can be submitted via pull requests. Please check the contribution guide for more details.

About

Komet is a health care interoperability solution that seeks to translate and integrate terminology standards used in health care settings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages