How to create worklist using dcm4che

7,155 views
Skip to first unread message

Kumar

unread,
Aug 13, 2014, 2:17:41 AM8/13/14
to dcm...@googlegroups.com
Hi All,
I installed dcm4che in my system. Also got dcm4che3-tool code into eclipse.
But I am not getting how to create worklist in dcm4che3 dicom sever.

Can anyone explain how to create the worklist using the toolkit from java code or is there any other way to create it.

Thanks in advance.

Julius Klever

unread,
Aug 15, 2014, 5:04:25 PM8/15/14
to dcm...@googlegroups.com
you have to create a xml file with informations and run the tool called editmwl.jar in the bin directory 

Danilo Cândido

unread,
Aug 15, 2014, 5:08:13 PM8/15/14
to dcm...@googlegroups.com
If you have a XML from RIS/HIS or access to DB, you can use the Mirth Connect to send a HL7 messages to Dcm4chee.

Danilo


--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at http://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.

Arnold Maderthaner

unread,
Aug 25, 2014, 9:59:51 AM8/25/14
to dcm...@googlegroups.com
the best approach is always to use HL7 in front of DCM4CHEE as it is the standard for that (and not hard to create if you use mirth or similar)


Am Freitag, 15. August 2014 23:08:13 UTC+2 schrieb Danilo Cândido:
If you have a XML from RIS/HIS or access to DB, you can use the Mirth Connect to send a HL7 messages to Dcm4chee.

Danilo
2014-08-15 18:04 GMT-03:00 Julius Klever <julius...@googlemail.com>:
you have to create a xml file with informations and run the tool called editmwl.jar in the bin directory 

Am Mittwoch, 13. August 2014 08:17:41 UTC+2 schrieb Kumar:
Hi All,
I installed dcm4che in my system. Also got dcm4che3-tool code into eclipse.
But I am not getting how to create worklist in dcm4che3 dicom sever.

Can anyone explain how to create the worklist using the toolkit from java code or is there any other way to create it.

Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+unsubscribe@googlegroups.com.

Kumar

unread,
Aug 26, 2014, 1:51:16 AM8/26/14
to dcm...@googlegroups.com
Hi Arnold,
Thanks for the reply.
I got the code of dcm4che3-tool and used HL7Snd.java to generate modality worklist but so far unsuccessful.
Is it correct approach to create a worklist in dcm4che3 dicom server.


On Monday, 25 August 2014 19:29:51 UTC+5:30, Arnold Maderthaner wrote:
the best approach is always to use HL7 in front of DCM4CHEE as it is the standard for that (and not hard to create if you use mirth or similar)

Am Freitag, 15. August 2014 23:08:13 UTC+2 schrieb Danilo Cândido:
If you have a XML from RIS/HIS or access to DB, you can use the Mirth Connect to send a HL7 messages to Dcm4chee.

Danilo
2014-08-15 18:04 GMT-03:00 Julius Klever <julius...@googlemail.com>:
you have to create a xml file with informations and run the tool called editmwl.jar in the bin directory 

Am Mittwoch, 13. August 2014 08:17:41 UTC+2 schrieb Kumar:
Hi All,
I installed dcm4che in my system. Also got dcm4che3-tool code into eclipse.
But I am not getting how to create worklist in dcm4che3 dicom sever.

Can anyone explain how to create the worklist using the toolkit from java code or is there any other way to create it.

Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.

Gunter Zeilinger

unread,
Aug 26, 2014, 2:33:02 AM8/26/14
to dcm...@googlegroups.com
What do you mean with "dcm4che3
dicom server" ?

Kumar

unread,
Aug 26, 2014, 3:12:58 AM8/26/14
to dcm...@googlegroups.com
I mean how a worklist to be created in a dicom server.

Arnold Maderthaner

unread,
Aug 26, 2014, 3:38:20 AM8/26/14
to dcm...@googlegroups.com
are you sending a HL7 ORM Message using HL7Snd.java to dcm4chee 2.x archive ?

Kumar

unread,
Aug 26, 2014, 3:49:57 AM8/26/14
to dcm...@googlegroups.com
I am using HL7 ORM Message using HL7Snd.java to dcm4chee3.

Arnold Maderthaner

unread,
Aug 26, 2014, 4:04:19 AM8/26/14
to dcm...@googlegroups.com
there is no dcm4chee3. There is dcm4chee 2.x (fe. 2.17.1 archive) and dcm4chee 4.x-alpha (alpha version which doesn't do ORMs atm afaik).

Rajesh Kanattu

unread,
Aug 27, 2014, 10:19:22 AM8/27/14
to dcm...@googlegroups.com
dcm4che3 is just a dicom libary including some utilities. It's not a PACS providing a Modality Worklist. So you cannot "add a MWL entry in a dcm4che3".

Courtesy : Gunter.

Kumar

unread,
Aug 28, 2014, 1:37:09 AM8/28/14
to dcm...@googlegroups.com
HI Danilo,
Can you please elaborate it, how to achieve. 

Danilo Cândido

unread,
Aug 28, 2014, 10:07:50 AM8/28/14
to dcm...@googlegroups.com
Hi Kumar, 

Most of RIS in Brazil doesn't have HL7 interface. So, it just generates a XML file with studies and patient information. Mirth can read this XML and generate a HL7 message (ORM) and send to Dcm4chee. Dcm4chee has HL7 interface and provides Modality Worklist service that can be queried from modalities. 

In Mirth, you just need to map xml tags to HL7 field.

Ps.: I'm talking about Dcm4chee (Archive).

Arun Kumar

unread,
Aug 28, 2014, 11:14:12 AM8/28/14
to dcm...@googlegroups.com
HI,
Thanks for reply.
Can you send me any sample application of code as war or zip file. I am working on it from last 2 months but can't able to move forward.

Please help me. Please send any piece of code you have.

Thanks in advance.
Arun. 


--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/tlClU-WfG6Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.

To post to this group, send email to dcm...@googlegroups.com.
Visit this group at http://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
K Arun Kumar.

Danilo Cândido

unread,
Aug 28, 2014, 12:04:27 PM8/28/14
to dcm...@googlegroups.com
Arun,

What do you need exactly? To do what I said is not necessary any code, just Mirth and Dcm4chee (and the xml generated by RIS, of course).

Try to explain your enviroment. I don't know if you want develop a MWL query (using findscu for example) or a MWL server.

Márcio Vicente de Carvalho

unread,
Sep 2, 2014, 2:48:04 PM9/2/14
to dcm...@googlegroups.com
Hello Danilo, I'm Brazilian too. I am in need of a consultant to help me with some questions of dcm4chee, would you be interested?  If you have, send me an email at macs...@gmail.com.

Vijay Patil

unread,
May 27, 2016, 11:52:48 PM5/27/16
to dcm4che
hello brother,
i am from india facing same problem,
can please send me source code for develop MWL using dcm4che
my mail id :vij...@cellbeanshealthcare.com

Robz

unread,
Nov 28, 2016, 2:10:52 PM11/28/16
to dcm4che
Hi Kumar,

  Can you please help me to clarify a few things related to MWL using dcm4chee? 

Carlos Domingues

unread,
Mar 2, 2018, 7:30:48 AM3/2/18
to dcm4che
Olá Danilo.

Você conseguiu avanço nesse processo? Eu estou com o mesmo dilema. Já uso a aplicação por mais de dois anos e agora vou tentar implementar a WL.
Nem sei ainda por onde começar. Uma vez que programa LIS, envia as informações somente formato texto. 

Chico Venancio

unread,
Mar 2, 2018, 8:31:57 AM3/2/18
to dcm...@googlegroups.com
Carlos,

As Danilo said, MIrth connect is your best bet for that. It can receive information in various different forms (including arbitrary text files) and send it in the hl7 format dcm4chee expects (itself an arbitrary text file format).

--------------------------------------------------------------------------
Como disse o Danilo, o Mirth connect é a melhor alternativa. Ele pode receber informações em diferentes formatos e enviá-los ao dcm4chee no formatio hl7 que ele espera.

Atenciosamente,

Chico Venancio 

To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+unsubscribe@googlegroups.com.

To post to this group, send email to dcm...@googlegroups.com.

Carlos Domingues

unread,
Mar 2, 2018, 11:12:38 AM3/2/18
to dcm4che
Ok Thanks for reply. Mirth downloaded. I will do a test and report any results. 

Chico Venancio 

Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
0 new messages