This repository has been archived on 2018-06-04. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Ray Slakinski 8d062335e8 remove lamp-server^ 2014-12-18 11:24:17 -05:00
templates/mirthconnect Initial commit 2014-12-04 12:10:53 -05:00
Dockerfile remove lamp-server^ 2014-12-18 11:24:17 -05:00
README.md Fix docker ip/port to be clearer 2014-12-04 12:17:06 -05:00

README.md

Build the image and run with the following command:

 docker run -p 8080:8080 -p 8443:8443 -p 6661:6661 IMAGE_NAME

You can launch Mirth Connect Administrator by visiting DOCKER_IP:8080

The default username and password are admin/admin

You should see the test channel deployed and running on the dashboard view.

To test that this is working, you'll need a tool like HL7 Inspector

Download some sample HL7 messages

Import the ADT_A01.xsd sample HL7 message in Inspector and open the Message Sender pane. Open Send Options and change the Host/Port to DOCKER_IP:6661

Highlight the message and click Send. You should see an Acknowledge message in the pane below and the message statistics should increase in Mirth Connect Administrator.