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
2
votes
2 answers

How to get dicom files from pacs server to local filesystem with dcm4che 3 c-move command

When I use dcm4che3 and dcm4chee2, how to get image data files from one pacs server to my local directory with c-move command? I use movescu bat file, and when I move from ge pacs to my dcm4chee pacs server,The studyInstanceUID has been changed, and…
cosyman
  • 171
  • 2
  • 10
2
votes
2 answers

how to modify stored dcm files

I have the need to mopdify the information of patient,study,series,instance,and I have done this by putting information to dataset that stored in database.Now my question is that the information stored in database does has been modified but the dcm…
WakingDreamer
  • 35
  • 1
  • 5
2
votes
2 answers

parse dicomdir to display available images

We are thinking to add image management function by parse the existing dicomdir file and display the content with a tree structure. The existing application is using Java with Dcm4Che. My qestion is how to parse the dicomdir file to get enough…
5YrsLaterDBA
  • 33,370
  • 43
  • 136
  • 210
1
vote
1 answer

nothing in my docker, but it consumes all my root space

I'm running dcm4chee in docker and I bind mount a container storage with my harddisk. A problem is when people send me data, it seems like the data is stored to two locations, harddisk and docker storage. Right now, my root directory runs out of…
Com
  • 11
  • 2
1
vote
0 answers

Run dcm4chee-2.14.7-src in browser after building binary folder with ant build

I am a new dcm4chee developer, I'm trying to run dcm4chee-2.14.7 after ant build with eclipse according the instructions follow in this website blog.birost.com. I have successfully build the binary folder in dcm4jboss-build…
1
vote
0 answers

Result from Dicom4che call does not show umlaut characters

I am using dcm4che to perform a query to the PACS, to search for patients. German patients are found by the search criteria (That has umlaut characters) but returning names have characters instead of umlaut. How can I fix this? private void…
2dor
  • 851
  • 3
  • 15
  • 35
1
vote
0 answers

PACS integration manually

I am currently working on a healthtech website that uses ai to detect abnormalities in scans and so far the website works on manual upload of scans. I wanted to eliminate manual upload by pulling the study list out of the pacs server which can then…
Shravan
  • 91
  • 6
1
vote
1 answer

How can I do a DICOM query and retrieve from a Ginkgo PACS (or any other) using dcm4che

I'm writing a "simple" HL7 listener and then using the dcm4che binary utility movescu to make a query and retrieve operation from a remote PACS I need to retrieve a Study and I have (00080050) AccessionNumber from the HL7 data, then I do the…
Moonzenith
  • 25
  • 7
1
vote
0 answers

Can I get the Java type of a given Tag in dcm4chee?

Can I get the Java type of a given Tag in dcm4chee? Maybe from it's VR? I already can get the VR of my tag: VR tagVr = VR.valueOf(myTagIntCode); But I cannot get the ValueType of that VR, which could help me to know which exact type is the tag…
Julien
  • 2,616
  • 1
  • 30
  • 43
1
vote
1 answer

How to perform Image processing with Dicom Images in Android?

I am using imebra library to display dicom image and it converts dicom image to bitmap to display. So when i perform manipulation with the image can cause memory issue. Is there any other way in Android for Window Leveling.
Prateek
  • 189
  • 1
  • 6
1
vote
1 answer

How can I create new/custom tags in DICOM using dcm4che?

I want to add some private data/information to DICOM data set. This data does not fit in any standard DICOM tags. So, I want to add some specific new/custom tags in DICOM data set using dcm4che those are not in the DICOM library. How can I create…
celia
  • 67
  • 9
1
vote
1 answer

DICOM image to BufferedImage on Windows 64

I need a way to convert a DICOM file into a BufferedImage (or if the dicom file is mult-frame then a set of BufferedImages) on Windows 64. I am currently using dcm4che to do this, but am running into a problem because dcm4che uses JAI which thunks…
Jon
  • 3,985
  • 7
  • 48
  • 80
1
vote
1 answer

How to create DICOM MWL query using dcm4che3 in Java?

I am building a DICOM client using the dcm4che3 library and it's a bit confusing to me how I'm supposed to create the dicom query. I'm calling the CFIND method on the Association class. I've figured out how to create a basic query (eg search by…
Quintonn
  • 770
  • 8
  • 29
1
vote
1 answer

How to update dependency to existing ImageMagick

ImageMagick 6.8.9-9 Q16 x86_64 2018-09-28 is already installed on Ubuntu 16.04.5 LTS Xenial. Was trying to convert jp2 to jpg but i got the below error mogrify: no decode delegate for this image format 'JP2' @ error/constitute.c/ReadImage/501. I…
SRK
  • 97
  • 2
  • 14
1
vote
1 answer

Dcm4chee Connection to ldap://ldap:389 broken - reconnect error

I'm using dcm4chee docker stack with ldap and postgreSQL and have a floating error: ldap:389; socket closed; remaining name 'cn=Devices,cn=DICOM Configuration,dc=mdw,dc=io' 2018-07-13 06:30:42,089 INFO [org.dcm4che3.conf.ldap.ReconnectDirContext]…
1 2
3
9 10