Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MirthSync Plugin for Mirth Connect

This repository contains Saga-IT's **MirthSync** plugin for [Mirth / NextGen Connect](https://github.com/nextgenhealthcare/connect).
The plugin embeds the [`mirthsync`](https://github.com/saga-it/mirthsync) CLI so administrators can pull, push, and inspect channel configuration from within the Mirth Administrator UI or directly on the server.
The plugin embeds the [`mirthsync`](https://github.com/SagaHealthcareIT/mirthsync) CLI so administrators can pull, push, and inspect channel configuration from within the Mirth Administrator UI or directly on the server.

Key capabilities:

Expand Down Expand Up @@ -46,8 +46,8 @@ The plugin depends on [`com.saga-it:mirthsync`](https://clojars.org/com.saga-it/
## Building Locally

```bash
git clone https://github.com/saga-it/mirthsync-mirth-plugin.git
cd mirthsync-mirth-plugin
git clone https://github.com/SagaHealthcareIT/mirthsync-plugin.git
cd mirthsync-plugin
./build.sh
```

Expand Down Expand Up @@ -135,6 +135,16 @@ The GitHub Action will attach the installable zip to that release automatically.

---

## About & Commercial Support

The MirthSync plugin is built and maintained by [Saga IT, LLC](https://saga-it.com). For hands-on help:

- [Mirth Connect consulting & development](https://saga-it.com/services/mirth-connect)
- [Open Integration Engine (OIE) services](https://saga-it.com/services/open-integration-engine)
- [mirthsync CLI](https://github.com/SagaHealthcareIT/mirthsync) and the [VS Code extension](https://saga-it.com/products/mirthsync-vscode)

---

## Contributing

Issues and pull requests are welcome!
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
<version>0.0.3</version>
<packaging>pom</packaging>

<url>https://saga-it.com/products/mirthsync-plugin</url>
<organization>
<name>Saga IT, LLC</name>
<url>https://saga-it.com</url>
</organization>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
Loading