Forum: Support
01-25-2017, 08:18 AM
|
Replies: 1
Views: 1,388
Sending PDF in e-mail attachment
Hi,
I have a channel:
Source: CSV file reader
Destination: SMTP sender
I woulde like to attach an existing PDF document to all messages which is located somewhere on a disk to the e-mail that...
|
Forum: Support
12-26-2015, 01:56 AM
|
Replies: 3
Views: 1,254
Thanks Nico! Say hi to Cedric, he built A...
Thanks Nico! Say hi to Cedric, he built A solution for us with Mirth on a rasberry pi to let a POCT device communicate over ssl with our Mirth in our Lab environment. Nice to see you guys active on...
|
Forum: Support
12-24-2015, 07:03 AM
|
Replies: 3
Views: 1,254
HTTP sender webservice soap namespace issue
Hi,
I've build a webservice with the http sender and I get a response but I cannot access the elements of the response because of the different namespaces. I unchecked "strip namespaces" and tried...
|
Forum: Support
02-25-2015, 06:43 AM
|
Replies: 8
Views: 5,271
|
Forum: Support
02-25-2015, 03:36 AM
|
Replies: 8
Views: 5,271
|
Forum: Support
02-25-2015, 03:28 AM
|
Replies: 8
Views: 5,271
Yes I did:
<drivers>
<driver...
Yes I did:
<drivers>
<driver class="sun.jdbc.odbc.JdbcOdbcDriver" name="Sun JDBC-ODBC Bridge" template="jdbc:odbc:DSN" selectLimit="" />
<driver class="com.mysql.jdbc.Driver" name="MySQL"...
|
Forum: Support
02-25-2015, 02:39 AM
|
Replies: 8
Views: 5,271
Mirth Connect 3.2.0 Database connect error
Hi,
After upgrading from 3.1.1 to 3.2.0 I get a databasedriver error on a customlib driver for Caché JDBC, it says that there is no suitable driver found, what could be the problem here?
440:...
|
Forum: Support
05-23-2014, 07:31 AM
|
Replies: 2
Views: 1,402
|
Forum: Support
05-23-2014, 06:00 AM
|
Replies: 2
Views: 1,402
Mail alert nog trigger Mirth 3.0.2
Hi,
This week we upgraded from Mirth version 2.2.3 tot 3.0.2.
On a channel which errored a message there was no e-mail triggered.
Error:
NACK sent from receiver:...
|
Forum: Support
04-03-2014, 11:46 PM
|
Replies: 4
Views: 1,239
Well i'm not a javascript expert and I usually...
Well i'm not a javascript expert and I usually copy some code from te forum and modify it to my needs. The problem for me is that I don't know how to signal that there are duplicates, if you can give...
|
Forum: Support
04-03-2014, 06:14 AM
|
Replies: 4
Views: 1,239
Duplicate FT1
Hi,
I receive DFT messages with duplicate FT1.7.1 codes. I need to iterate over these segments then group them to one FT1 and add upp the FT1.10.1 values.
So from this:
...
|
Forum: Support
01-20-2014, 11:49 AM
|
Replies: 4
Views: 3,049
|
Forum: Support
09-11-2013, 09:44 AM
|
Replies: 2
Views: 6,171
well, the cariage returns also exists as ascii...
well, the cariage returns also exists as ascii character within the string but I removed them in the preprocessor :-) So now when I removed the code from my preprocessor and also use your transformer...
|
Forum: Support
09-11-2013, 01:14 AM
|
Replies: 2
Views: 6,171
Convert string to HL7
Hi,
I have a database with one column which contains a complete HL7 message as a string. I set up a database reader to retrieve this message and I need to sent this through HL7 LLP. So I need to...
|
Forum: Support
06-25-2013, 03:47 AM
|
Replies: 1
Views: 1,568
Delete NTE after certain OBX segments
Hi,
I need to delete NTE segments after certain OBX segments.
For example:
If OBX.3.1 contains "ABC" then I need to delete the NTE segment that is after this OBX segment:
...
|
Forum: Support
05-03-2013, 01:02 AM
|
Replies: 0
Views: 867
Looping question
Hi all,
I have an EDI message which contains of more than one EDI message so it is actually a batch file but I don't want to treat them as seperate messages.
In a transformer step I delete the...
|
Forum: Support
04-29-2013, 08:10 AM
|
Replies: 3
Views: 936
|
Forum: Support
04-29-2013, 05:11 AM
|
Replies: 3
Views: 936
RegEx question
Hi all,
In a postprocessor step I need to convert:
TXT+4+
to
TXT:4+
|
Forum: Support
12-03-2012, 10:28 AM
|
Replies: 2
Views: 2,081
|
Forum: Support
12-01-2012, 11:08 AM
|
Replies: 2
Views: 2,081
Parse NACK problem
Hi,
I use this code to parse an HL7 ack to XML so I can acces it through E4X in my postprocessor:
ack = new XML(SerializerFactory.getHL7Serializer().toXML($r('Destination 1').getMessage()));
...
|
Forum: Development
10-31-2012, 02:23 PM
|
Replies: 15
Views: 25,989
Hi,
This works great, the only thing is dat...
Hi,
This works great, the only thing is dat it keeps looping through the excel file because the source connector is polling every 5 secs. What I want is to stop processing the excel file once it...
|
Forum: Support
09-13-2012, 12:49 AM
|
Replies: 16
Views: 8,577
Hi all,
I'm using this code below to create...
Hi all,
I'm using this code below to create a string from all the OBR.4.1 values but the result of the variable is: [object Object]MG BSE ANNE DIFF KR NAK TSH KR CA. Where does the [object Object]...
|
Forum: Support
07-11-2012, 02:40 PM
|
Replies: 3
Views: 3,324
|
Forum: Support
04-10-2012, 10:37 AM
|
Replies: 8
Views: 7,463
I had the same problem with removing the first...
I had the same problem with removing the first 0x0b from the NACK and this works! It's quite strange that Mirth adds an extra 0x0b before a NACK.
Mirth Sends: <0x0b><0x0b>ACK message<0x1c><0x0d>...
|
Forum: Support
04-02-2012, 12:01 AM
|
Replies: 2
Views: 1,723
|