Forum: Development
01-07-2012, 02:37 AM
|
Replies: 2
Views: 4,252
Advancing in this topic, the following class...
Advancing in this topic, the following class would present an interface very close to the pre-2.x interfaces
package com.mirth.connect.connectors.ws;
import javax.jws.WebMethod;
import...
|
Forum: Development
12-30-2011, 07:59 AM
|
Replies: 2
Views: 2,784
|
Forum: Support
11-30-2011, 03:58 PM
|
Replies: 2
Views: 1,544
|
Forum: Support
11-30-2011, 02:18 PM
|
Replies: 1
Views: 1,158
|
Forum: Development
11-24-2011, 01:28 PM
|
Replies: 0
Views: 2,731
DICOM custom XML
I've reallize than Mirth uses a custom XML for the metadata of DICOM files. (ie, a differente one than the dcm4chee default)
Dcm4chee:
<?xml version="1.0" encoding="UTF-8"?>
<dicom>
...
|
Forum: Support
11-04-2011, 02:22 PM
|
Replies: 5
Views: 4,724
|
Forum: Support
11-04-2011, 02:15 PM
|
Replies: 1
Views: 966
|
Forum: Support
11-04-2011, 02:11 PM
|
Replies: 3
Views: 2,973
|
Forum: Support
11-02-2011, 02:39 AM
|
Replies: 12
Views: 16,252
In fact, ther'is a little error in MIrth's...
In fact, ther'is a little error in MIrth's defaults ACK, but it comes with AE or AR messages.
Mirth NACK sends the error message in MSA.3, and doesn't creates a ERR segment for it. The MSA-3 was...
|
Forum: Support
10-31-2011, 08:05 AM
|
Replies: 6
Views: 1,656
BUtt... Whare is the lab system expecting...
BUtt... Whare is the lab system expecting exaclty?
* Two messages from the same socket: I think this can't be done with mirth. Well, perhaps creating a response with the both messages sepparated...
|
Forum: Support
10-26-2011, 11:53 AM
|
Replies: 5
Views: 6,191
|
Forum: Support
10-21-2011, 12:32 PM
|
Replies: 3
Views: 1,708
|
Forum: Support
10-20-2011, 01:42 PM
|
Replies: 3
Views: 1,708
|
Forum: General Discussion
10-20-2011, 03:38 AM
|
Replies: 5
Views: 3,209
Training in Spain
Hi
I've just discovered that you offered a trainning session in Barcelona:
http://www.mirthcorp.com/community/forums/showthread.php?t=4994
Are you planning to repeat it?
|
Forum: Support
10-20-2011, 03:21 AM
|
Replies: 2
Views: 2,630
Yes, you can use Namespace control of EX4
...
Yes, you can use Namespace control of EX4
For example:
var ns1= new Namespace("http://mycustomNs1");
var ns2= new Namespace("http://mycustomNs2");
var var1=msg.a.b.ns1::var1.toString();...
|
Forum: Support
10-20-2011, 03:17 AM
|
Replies: 1
Views: 1,127
AFAIK Messages are allways queued between...
AFAIK Messages are allways queued between channels unless you set "wait for response"
I'm pretty sure the queue process works fine... Why do you say some messages are not sent?
|
Forum: Support
10-19-2011, 01:07 PM
|
Replies: 5
Views: 1,771
You can't use the post-processor with queued...
You can't use the post-processor with queued destinations, as you'll always get "QUEUED" as the result status (whatever the time you wait).
If you want to log the answered ACK and keep the "queue"...
|
Forum: Support
10-13-2011, 12:51 PM
|
Replies: 2
Views: 1,534
It seems than the NTE segment has an...
It seems than the NTE segment has an not-conformance break inside the segment:
NTE|1||[Lxxxxx, Nxxxxx 10/13/11 12:35:54] "This is a placement note":
Parents need a translator
|
Forum: Support
10-12-2011, 04:39 PM
|
Replies: 3
Views: 5,140
|
Forum: Support
10-12-2011, 07:40 AM
|
Replies: 7
Views: 5,251
Are you setting the namespace? As CDA use the...
Are you setting the namespace? As CDA use the "urn:hl7-org:v3" you need:
1) Be sure to un-check the "strip namespace" of the outbound template:
2) Set the following line before any map code (note...
|
Forum: Support
10-11-2011, 12:13 PM
|
Replies: 9
Views: 6,147
|
Forum: Support
10-11-2011, 01:06 AM
|
Replies: 9
Views: 6,147
|
Forum: Support
10-10-2011, 02:33 PM
|
Replies: 1
Views: 2,258
|
Forum: Support
10-10-2011, 01:55 PM
|
Replies: 5
Views: 4,498
You've some options:
1) Change to another...
You've some options:
1) Change to another database (mysql, posgresql, etc..) Then you could remove this dir.
2) Use a fresh derby db:
- Save your channels and config, stop mirth, remmove the...
|
Forum: Support
10-09-2011, 04:13 PM
|
Replies: 2
Views: 1,552
|