Questions tagged [mirth-connect]

Use this tag to ask about usage of Mirth Connect, the open source interface engine.

Mirth Connect is an open source interface engine. Mirth Connect is focused on the healthcare community and many of it's use cases are centered around healthcare based messaging like HL7, CDA, CCD, CCDA, DICOM, and other clinical messaging formats. It is also well suited to more general formats like CSV, XML, and generic database calls.

More information on Mirth Connect is available from: http://www.mirthcorp.com/community/wiki/dashboard.action - Wiki http://www.mirthcorp.com/community/wiki/dashboard.action - Forums

Mirth Connect is often known as just "Mirth" but Mirth is the company that sponsored the Mirth Connect project. They made several other major products including Mirth Match (an EMPI), Mirth Results (a CDR), Mirth Mail (a DIRECT email server), and Mirth SignOn (a SAML compliant IdP). Mirth is now a part of NextGen.

76 questions
0
votes
1 answer

Debugging Transformer Errors in Mirth Connect Server Log

Fairly new to Mirth, so looking for advice in regards to debugging/getting more information from errors reported in the Server Log in Mirth Connect. I know what channel this is originating from, but that's about it. This error is received 10 times…
parameter
  • 614
  • 10
  • 17
0
votes
1 answer

Why my mirth code is not capturing code from each DG1 segment?

I have written this code in mirth to capture code from each DG1 segment but it captures 'undefined' and inserts in DB for each (seg in msg.children()){ if(seg.name().toString()=="DG1"){ var vSET_ID =msg['DG1']['DG1.1'].toString(); …
0
votes
1 answer

Strict validation in Mirth Connect

Within a Mirth Connect installation (version 3.5.1), I have setup a channel TCP (LLP) that receive a message HL7 and send an XML with the data of the PID segment (plus some of other useful informations about the HL7 message) to an external site. I…
Lorenzo
  • 200
  • 2
  • 13
0
votes
1 answer

Mirth/Java10 - Missing Class to Send Email

Mirth 3.6.0, Java 10 Caused by: java.lang.NoClassDefFoundError: javax/activation/DataSource Hello, I am getting the error above when trying to send an email through Mirth. I have read that a class is missing from Java 10 but I cannot find clear…
user1572695
  • 53
  • 2
  • 10
0
votes
0 answers

Can't start mirth connect on windows server public IP

Can't start mirth connect on windows server public IP. It is running fine on local IP. I have added the application in windows firewall exception list. Disabled the firewall but nothing worked. Tried adding record in hosts file as well. But the web…
0
votes
1 answer

Mirth connect: unable to start channel

I'm trying to start a Mirth channel with a simple TCP Listener source but I'm getting the following error: [2018-07-31 11:38:44,185] ERROR (com.mirth.connect.server.channel.ErrorTaskHandler:25): com.mirth.connect.donkey.server.StartException:…
Johnny Metz
  • 5,977
  • 18
  • 82
  • 146
0
votes
1 answer

Mirth Connect: Processing Attachment

Mirth Connect Server 3.5.1, Java version: 1.8.0_171 I've successfully sent form-data from POSTMAN (see postman.xml) to MIRTH (see below JavaScript Writer). My JavaScript Writer can grab all info except I got stuck on what to do with the base64 file…
Coisox
  • 1,002
  • 1
  • 10
  • 22
0
votes
1 answer

How to convert mapped variable into base64 string using Mirth

I have: Raw xml filled by a select query.This xml transformed into a HL7 message One of the tags of this xml represents a clob column from a table in the database I mapped this data (from edit transformer section) as a variable. Now I am trying to…
0
votes
1 answer

How to use properties file in mirth channel and where we write code for it

I want to access channel source and destination file path from property file. Is it possible to use properties file in mirth?
Hemant
  • 31
  • 7
0
votes
1 answer

How to work with mirth in local

I am new to mirth connect, I don't know how to create channel in mirth connect and how to specify source and destination. I want to translate HL7 message into json format.
Hemant
  • 31
  • 7
0
votes
1 answer

Mirth file reader - Java Heap space error

I am using Mirth Connect v3.5.2.b204 to read large comma separated value (147mb) file to convert a rows into HL7 v2.4 messages. Source: I have configured a file reader connector type that pulls records from a directory which contains the .csv file.…
Sully007
  • 11
  • 4
0
votes
1 answer

mirth connect - post db query executes only after checking pre query send status -Error/sent? Advice required

Basically, I am new to mirth connect. Please give me advice on this. When I use something like this on Run Post-Process script: try { dbConn =…
0
votes
0 answers

Edit HL7 PID in transform step

I'm trying to do some math with the PID in a HL7 message in the transform step. This is the Code i have: //add 100'000 to PID var test; var newPID; test = parseInt(msg['PID']['PID.3']['PID.3.1'].toString(),10); newPID = test +…
N.R.
  • 230
  • 3
  • 11
0
votes
2 answers

java.lang.NoSuchMethodError: org.apache.commons.compress.utils.IOUtils.readFully(Ljava/nio/channels/ReadableByteChannel;Ljava/nio/ByteBuffer;)

I was using apache commons-compress-1.15.jar and working on mirth connect tool and though the method was found in the java file IOUtils.java still giving out this error in mirth tool readFully(ReadableByteChannel, ByteBuffer) not found. Please help…
Phani Sai Ram
  • 47
  • 3
  • 10
0
votes
2 answers

Integrate 2 systems using mirth connecth and hl7

I have 2 systems, the first one has an HL7 Interface, the second has not any interface to communicate with other systems. I'm about utilizing Mirth Connect on the second system side to receive HL7 messages from the first system and write them direct…
Brayme Guaman
  • 175
  • 2
  • 12