Tagged Questions
Mirth is an open source cross-platform HL7 interface engine that enables bi-directional sending of HL7 messages between systems and applications over multiple transports available.
4
votes
6answers
1k views
HL7 Interface Engine Recommendations [closed]
I am doing some consulting work for a small pharmacy services provider that needs a HL7 interface engine setup for it to provide interfacing to products that run on the LAMP stack.
More specifically ...
3
votes
2answers
1k views
How to load static data in Mirth, avoid many roundtrips to a database
Mirth is a broker to help with healthcare application HL7 message integration.
My question is about saving yourself the trouble of hitting your own datastore everytime you want to do a lookup on some ...
2
votes
1answer
188 views
What does msg mean in Mirth?
I'm trying to learn my way around some Mirth code. I keep seeing things like this in the transformer for different channels:
msg['PRB']['PRB.4']['PRB.4.2'].toString()
I understand that this is ...
2
votes
3answers
6k views
Count the number of nodes in an XML snippet using Javascript/E4X
Consider this problem:
Using Javascript/E4X, in a non-browser usage scenario (a Javascript HL7 integration engine), there is a variable holding an XML snippet that could have multiple repeating ...
1
vote
1answer
35 views
Can Mozilla Rhino detect and report if it is making calls to Deprecated Java methods?
Can Mozilla Rhino detect and report if it is making calls to deprecated Java methods?
I am using Mirth Connect, which uses Rhino, to call Java methods. I know that I have a Java library which has ...
1
vote
0answers
73 views
How to display or list the contents of the Mirth GlobalMap objects
Is there a method/function available in Mirth Connect that will list or output the contents of the Global Map? I would like both the 'key' and the value of the key.
1
vote
3answers
895 views
A good, basic Mirth tutorial
Does anyone know a good tutorial for learning Mirth? I'm just starting out with it and having a hard time getting a big-picture understanding of what is going on. The documentation at MirthCorp is a ...
1
vote
3answers
2k views
Convert XML to HL7 messages using Mirth Connect
I'm working with Mirth Connect v2.0 and getting stuck on one task, transformation of XML to HL7 v3. I've connected to an Ms-Access Database (the hospital system is in Access), I've set up the channel ...
1
vote
1answer
229 views
Mirth Connect Script to Re-process Errors?
We have to go through and re-process connection-type errors in Mirth Connect. Is it possible to have a script somewhere that re-processes with these restraints?
Can't reprocess Transformer Errors
...
1
vote
2answers
413 views
Mirth Running Old JAR File Code
This is really driving me crazy. No matter what I do, it seems that Mirth (1.8.2) is running an older version of my JAR file; I know because of various signs, like:
I can't call any functions
...
1
vote
2answers
629 views
Mirth Changing Default ACK Field Value
I am using Mirth with a LLP listener receiving HL7v2 message.
The customer expects an ACK message from us and so we checked the "Send ACK" radio button. The only problem is that in the default ACK it ...
1
vote
2answers
1k views
How to get HL7 templates for Mirth Connect?
I'm new to this HL7 standard, but earlier I worked on NCPDP standard. Now I'm trying to explore Mirth Connect open source tool. When I'm trying to configure as per the documentation(User Guide) which ...
1
vote
1answer
153 views
How does this method give me a -61 Error?
This is in an application I am using called Mirth, but it appears to be coming from inside an Apache Commons library from a method that checks if something is indeed Base64 encoded or not. All of the ...
1
vote
2answers
917 views
Mirth Transformer Error: prefix for element is not bound
I'm getting the following error when trying to convert HL7v3 to HL7v2
The message passed in is:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<S:Envelope ...
1
vote
1answer
1k views
Mirth Connect: javascript to call a webservice
I'm trying to call a web service from a Mirth Channel transformer javascript using apache axis library (which it's supposed to be deployed with Mirth).
I've tried using the following java script, but ...
1
vote
2answers
1k views
Mirth: overwriting msg object with contents in an XML object
The task is to send an XML object from Channel-A to Channel-B
<MyMessage>
<ID>42</ID>
<hl7v2>
MSH|^~\&|LAB|....
PID|1|....
</hl7v2>
</MyMessage>
The ...
1
vote
3answers
618 views
Use Javascript E4X to selectively rename XML tags
I am using javascript to manipulate XML in a non-browser context (no DOM), and am looking for an E4X expression to rename a list of tags. For any given tag, I don't necessarily know ahead of time what ...
1
vote
4answers
644 views
JavaScript / Rhino: Can I use a regular expression in an E4X query to select certain nodes only?
I'm working on Rhino (Mirth), and I've got to process / parse an XML with the following structure:
<root>
<row>
<foo-1 />
<foo-2 />
<foo-3 />
<foo-4 />
...
...
0
votes
0answers
10 views
How to invoke interfaces in Mirth from java instance?
I need to create an test automation framework and the goal is to invoke channels created in Mirth test environment with the static HL7 messages(going forward HL7 messages are read from excel sheet) ...
0
votes
0answers
39 views
Mirth losing data in mapper variables
I have a database reader channel set up that actually reads the database at 10 second intervals and sends to a web service just fine. We get a valid response from the wsdl.
However, I need to update ...
0
votes
0answers
55 views
Mirth: Custom ack edge case
I think this would be an extreme edge case that I need to accomplish:
1) An ORU comes in from a 3rd party application.
2) An AA ack gets returned to the 3rd party application on the same connection.
...
0
votes
1answer
101 views
How to change the timezone in Mirth?
I am a Mirth Newbie trying to change the timezone stamped onto outgoing messages. Mirth currently stamps the current time on messages--only in greenwich mean time. I want to stamp messages with US ...
0
votes
0answers
95 views
SSL certs, JBoss and Mirth awesomeness
All:
Today I was handed a system with expired SSL certificates with the following applications running on it:
-JDK1.6.0_20
-Jboss-5.1
-Mirth 1.8.2
I have verified that the cert(s) on ...
0
votes
1answer
222 views
Mirth Destination Web Service works on First web service call but times out every call after
Using mirth my grand plan is to do the following:
Create a Channel and a Source that receives LLP
Passes it to a destination which then maps the HL7v2 values to to variables and those values are ...
0
votes
0answers
232 views
How to process HL7 responses with Mirth
I've got a Mirth server that I use for HL7 over LLP communications. For our outbound A19_QRY requests, our application talks XML over HTTP to Mirth, which transforms it to HL7v2 and sends it to a ...
0
votes
1answer
109 views
Mirth Question: what does a Run On-Update Statement do?
I am trying to document a Mirth channel with Connector Type: Database Reader. It has a SQL statement that it uses to read input to the Mirth channel. But then it has another box called On-Update SQL ...
0
votes
0answers
103 views
Possible to run a windows script to read Mirth SNMP's?
I got this from Mirth Support (I have the correct ip)
snmpget -v2c -c public -m +MIRTH-MIB 10.20.50.23 MIRTH-MIB::dskAvail.0
and want to run it from Windows as a batch script. I have the MIRTH-MIB ...
0
votes
1answer
496 views
Can't Deploy Web Service Listener/Sender in Mirth Connect 2.0
I'm currently running Mirth 2.0.1.5164 with JDK 1.6 update 10 on Windows XP SP3. I kept getting this error every time I want to deploy a Web Service Listener/Sender channel:
[2011-04-11 ...
0
votes
1answer
472 views
How do I use a Custom Service in a Web Service Listener Source?
I'd like to use a custom service in a Web Service Listener source, but I can't figure out how to do this.
Do I need to write a custom class or interface?
Does that class need to extend or implement ...
0
votes
1answer
362 views
How to generate Axis2 XML Signature with distributed certificates
I have somewhat of a problem.
We have a centralized interface engine that will talk to a web service that will provide information complement and allow to submit request to external systems. All ...
0
votes
1answer
613 views
Mirth: How to send ACK message to sender host and port
I am receiving lab HL7 messages from a static host and a dynamic port. For each message received I need to send a ACK message back to this host and port.
I have a destination TCP Writer channel with ...
0
votes
1answer
528 views
Testing database connection Using Javascript in outbound database connector in Mirth
I have database handle in channelMap (for 1 connection for all messages) and I reuse the connection for all messages. Now, before performing inserts (to a MySQL database), I want to test if the ...
0
votes
1answer
377 views
Overwrite msg in mirth
I have two destinations now and the first calls a SOAP webservice.
I want to take the response of that destination by:
msg = new XML(responseMap.get('Destination1').getMessage());
and convert it to ...
0
votes
1answer
632 views
Mirth: How to get source file directory from file reader channel
I have a file reader channel picking up an xml document. By default, a file reader channel populates the 'originalFilename' in the channel map, which ony gives me the name of the file, not the full ...
0
votes
1answer
560 views
Mirth: dynamically determine which SOAP method to call
Consider a Mirth channel with a Destination of a SOAP Sender. The WSDL is successfully loaded and has more than one method available. Each method would take a different number of arguments. Example ...
0
votes
1answer
1k views
Mirth: Inbound Message Template that is NOT the same as the channel source type
The problem is that the Inbound Message Template is expecting different type than I want to specify or work with. The requirement is to have a SINGLE channel convert HL7 v2 to v3, call a web service, ...
0
votes
3answers
3k views
Mirth: calling an SSL SOAP web service with a client certificate
The scenario is around calling an external SSL SOAP web service from within Mirth. The web service is requires an SSL/TLS connection along with a client certificate.
The intention is to use the ...
0
votes
2answers
1k views
Mirth: sharing the SOAP response between Destinations in the same channel
Consider a scenario where a Mirth channel has one or more Destinations. In this scenario, there are 4 Destinations.
The channel's Source Type is LLP Listener with incoming datatype as HL7 v2.x.
The ...