Questions tagged [mirth]

Mirth is an open source cross-platform interface engine with a focus on medical message formats (HL7, CCD, CCDA, DICOM, and more) that enables bi-directional sending and transformation of messages between systems and applications over multiple transports available.

Mirth was originally based on the open source Mule ESB engine to provide speed, stability and security in a flexible environment. Due to Mule licensing changes, Mirth Connect 3.0 was rewritten with its own ESB, Donkey.

Mirth Connect is written in Java and also uses the Rhino engine to execute JavaScript at runtime. This means that Mirth questions will often be tagged for java, javascript, or rhino.

More information on Mirth Project web page.

498 questions
0
votes
0 answers

Can mirthconnect 3.0.1.7051 choke on a large file without having heap error?

Can mirthconnect 3.0.1.7051 choke on a large file without having heap error? We are using Mirthconnect 3.0.1.7051 on a linux machine (Redhat, I think). The Linux machine has 16 gb, and java heap (in mirth) is set to 12gb. We have a javascript reader…
0
votes
2 answers

Receive ADT and ORU messages on a single channel or on two

I have an applications that is required to listen to ADT and ORU messages. These message types could both be received on a single channel and post processed as appropriate. Alternatively, they could be received on separate queues and processed…
skyman
  • 2,255
  • 4
  • 32
  • 55
0
votes
1 answer

How to create a single MySQL database server shared between more than two mirth-connect servers?

I am new to mirth-connect. I am using mirthconnect-3.0.1.7051.b1075 for Linux machine with MySQL as Database. I have two mirth-connect servers. I want to establish a single MySQL database server which is shared between two or more than two…
unknown
  • 4,859
  • 10
  • 44
  • 62
0
votes
1 answer

Ability to use Mirth Connect GUI to do more complex mappings vs. javascript

I am evaluating EAI/middleware products. I wanted to know if the below example could be done within the GUI alone vs. having to write javascript. One of the business requirements placed on my selection is that non-developers can build complex…
user461051
  • 411
  • 2
  • 8
  • 16
0
votes
1 answer

load balancing using JMX

I have the following requirements: 1. Implement the load balancing for two same processes(Mirth3.0.1) available on two different LINUX machine. 2. The two processes(Mirth) capable to receiving the requests. 3. If a process over UNIX server taking…
Rohit
  • 445
  • 2
  • 7
  • 17
0
votes
0 answers

issue in writing multiple segments in the database through Mirth

I have a problem here , I have a EDI file where there is a segment called CLP where there will be the claim details and after it the segments that defines that claim I want to write the first instance of the claim to go through the repeating…
0
votes
1 answer

Can Mirth send JavaBeans on JMS?

I would like to send a Java Bean down a JMS queue to a destination using Mirth. Is this possible? Anyone have any examples? I've seen a few questions regarding Mirth and JMS and even fewer answers. :-( The Edit Channel -> Script tab pre and post…
KingAndrew
  • 1,164
  • 4
  • 21
  • 41
0
votes
1 answer

XSLT Regex Replace Function

We've been pulling our hair out just trying to just trying to get a basic example of the XSLT replace function to work. I'm leaving this text in tact for context, but you may want to skip to the update We're using Mirth to pull in HL7 messages. …
Paul Coghill
  • 667
  • 6
  • 27
0
votes
2 answers

mirth can connect with Cache,sybase,informix database?

I want to know that mirth can connect with other database like(cache,sybase,informix). I am getting no way to connect all above database using mirth because In Mcsm(mirth connect server manager) there is only few database option…
prabhu
  • 39
  • 6
0
votes
1 answer

Getting data using mirth by schedule

I need get patients data every day several times - in 9 am, 12 pm and 3 pm. Where I can setup this in Mirth? I looked to chanel setup, but do not find any acceptable.
IamYurkas
  • 13
  • 2
0
votes
1 answer

I want to connect mirth with worldVista ehr and want fomat in hl7 or ccd

I want to connect Mirth with WorldVista (Ehr.dat -database) Now from above database using mirth connect I want data in HL7 format or CCD format please guide me any help is highly appreciable.
prabhu
  • 39
  • 6
0
votes
1 answer

XML to HL7 translation using Mirth

I am trying to get started with Mirth Connect. want to create a channel that would accept an XML and convert it in to HL7. As a result i wan to create an ADT and OBR messages. Can anyone help me on this please?
TechGM
  • 11
  • 1
  • 1
0
votes
1 answer

Marshalling of java object to XML in Preprocessor phase of Mirth?

Mirth is receiving java object from ActiveMQ JMS Topic.I have set source connector inbound data type to Delimited Text in Mirth Channel and Connector Type is JMS Reader. Now in preprocessor phase i want to marshal this java object into XML.I have…
user1759457
  • 39
  • 1
  • 7
0
votes
1 answer

Java Object is converting into String in preprocessor of Mirth?

i passed the java object into the mirth in preprocessor phase , i want to marshal this java object to XML for that i have written custom java class for marshaling and i made this java class as a jar and deployed in custom lib folder of the Mirth.…
henrycharles
  • 1,019
  • 6
  • 28
  • 66
0
votes
2 answers

Add a line break in HL7 message generated from Mirth connect

Adding a line break in HL7 is very important as w/o it, Mirth connect cannot parse the message. I send a XML message to Mirth connect to convert into HL7. The message has one root node and multiple child nodes. Need to add a new line after every…
Parth mehta
  • 1,468
  • 2
  • 23
  • 33