Questions tagged [dcm4che]

dcm4che is an open source collection of applications for digital medical imaging.

dcm4che is a collection of open source applications and utilities for the healthcare enterprise, specially focused to solve processing, archiving, transmission and interoperability of medical imaging data. dcm4che tools have been developed in the Java for performance and portability, supporting deployment on JDK 1.4 and up.

This can also refer to the dcm4chee project, a full Clinical Data Manager system built upon the dcm4che tools. It is a JEE and JMX system designed to be deployed within the Application Server to provide a number of clinical services.

It may be used for a variety of different purposes, the most popular being a PACS (Picture Archiving and Communication System).

Resources

143 questions
12
votes
2 answers

How to import dcm4che library to java project?

I am trying to import dcm4che library to my java project, because I want to implement a really simple application which will be able to use this library. (https://github.com/dcm4che/dcm4che) I tried to import this library using Eclipse, IntelliJ and…
user5094601
9
votes
3 answers

Inspecting a bean in my JBOSS JMX Agent View fails with an error

I cannot inspect any of my beans in the JMX Agent View as clicking on any bean results in the error pasted below. Every thing else seems to be working fine within JBOSS as it is properly serving my application. Environment variables as…
mccainz
  • 3,478
  • 5
  • 35
  • 45
6
votes
3 answers

Connecting to dcm4chee using dcm4che from a JAVA program

Update I dug deeper in dcm4che's source code and found that an IncompatibleConnectionException is thrown if either a connection is "not installed" or the types of protocols are not set or don't match. I don't know what it means that a connection…
tom
  • 2,137
  • 2
  • 27
  • 51
6
votes
1 answer

Adding DCM4CHE Library To Maven Project

I am new to Java and very new to Maven. I currently have my project configured with the quickstart archetype and have got the project to compile fine. I am running in to troubles trying to get the DCM4CHE libraries to work with this Maven project as…
Ben Ganley
  • 121
  • 1
  • 5
6
votes
3 answers

How to find number of images in a DICOM study?

Is it possible to find number of images in a DICOM study by reading a DICOM header of a file in that study? I am developing a Java application that receives DICOM studies from different sources. I just want to check if a study has been received…
Arash
  • 578
  • 1
  • 7
  • 26
5
votes
1 answer

dcm4che Query/Retrieve SCP

First of all, I'm new in dcm4che and without a good Documentation is difficult to begin, therefore excuse my ignorance. I've to develop a Query/Retrieve SCP and I need to know the query parameters, in the doCFind function, entered by the SCU.…
Luis Ribeiro
5
votes
2 answers

DICOM field have more value than expected

I am using the DCMTK (3.6.0) library to get the value of the (0020,0013) tag which is the image number aka the slice number of the serie. I use the following in a batch script for /f "tokens=2 delims=[]" %%a in ('@echo.…
Atnaize
  • 1,766
  • 5
  • 25
  • 54
5
votes
1 answer

Migration from dcm4che2 to dcm4che3

I have used below mentioned API of dcm4che2 from this repository http://www.dcm4che.org/maven2/dcm4che/ in my java project. dcm4che-core-2.0.29.jar org.dcm4che2.data.DicomObject org.dcm4che2.io.StopTagInputHandler …
Shan
  • 295
  • 1
  • 5
  • 16
5
votes
0 answers

dcm4che3 with jai_imageio-1.1 gives codecLib error or com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReader error for JpegLosss dicom images

dcm4che3 with jai_imageio-1.1 didn't work out for me. It won't let you convert jpegloss dicom images. Normally, it converts most of the images but it gives CLibJPEGImageReader error while reading the jpeg inside the dicom file. Anybody figured this…
mehmetsen80
  • 727
  • 1
  • 8
  • 25
4
votes
2 answers

Is there any limit for the data that can be inserted into a private DICOM Tag?

I am creating a Secondary Capture DICOM file which has many private tags. The contents of a file (which is of 69 Mb) is is read as binary and inserted into a private tag (0099,1016) and the VR is set to OB. The size of the DICOM file thus created is…
Kiran Joshy
  • 105
  • 10
4
votes
2 answers

Java Servlets and ImageIO error

i'm trying to write a WebApplication which views some DICOM files. My idea was to convert the DICOM files to JPEG on the fly by calling my servlet. I use dcm4che 2.0.27 to convert the files. The servlet is called like
mesx
  • 1,035
  • 2
  • 12
  • 26
3
votes
1 answer

Dcm4che delete study from local archive (dicomdir)

Rephrasing my original post after some research in dcm4che3 and dicom protocol. I am using dcm4che3 toolkit to build an application that is essentially going to be a simple Image Archive able to forward studies on demand to other modalities.The…
thanili
  • 777
  • 4
  • 26
  • 57
3
votes
1 answer

A basic movescu example for retrieving dicom images

I'm trying to use dcm4che for downloading images from the free http://www.dicomserver.co.uk/. I've cloned and checked out the 5.13.2 version and built it using mvn install. Now when I go into the…
Max Gordon
  • 5,367
  • 2
  • 44
  • 70
3
votes
1 answer

What is the difference in dcm4chee arc light and DCM4CHE?

I want to about the differences of dcm4Chee arc-light and DCM4CHE. I got a download of DCM4CHE from here and DCM4CHEE Arc Light from here, but I don't know which one is better to use and what are the main differences. I am new to PACS server and…
Dhruv
  • 89
  • 2
  • 10
3
votes
1 answer

Changing DICOM tags being read from a text file

I am working on a project that will potentially change DICOM tags in a DCM file based on tags that are read from a text file. I have searched the web for examples of changing DICOM tags in Java using the dcm4chee library, but find a very limited…
ryekayo
  • 2,341
  • 3
  • 23
  • 51
1
2 3
9 10