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
0
votes
1 answer

Bulk changing Issuer of Patient ID on PACS (DCM4CHEE)

i need to update around 1,5k patient records with Issuer of Patient ID on DCM4CHEE PACS server. I figured i will manage to do it efficiently through HL7 messages (either A31 or A08) though i cannot find appropriate syntax to do it nowhere. If anyone…
4rlekin
  • 748
  • 5
  • 16
0
votes
2 answers

How do i push compressed CT files in remote dicom server?

I use DcmSnd tool for pushing compressed CT files in remote Dicom server.The problem is while retriving uncompressed files from same Server using DcmQr I get all files but in form of images and it gives me failure status for all files. 10:27:00,357…
rns
  • 1,047
  • 10
  • 25
0
votes
1 answer

dcm4che: occasional unexpected message ID in DIMSE RSP?

I'm a newbie in programming with dcm4che2 libraries and I'm writing a simple program to query a PACS server, by setting Query/Retrieve Level to Patient/Series/Image. The code is very simple and, in some cases, it works fine: …
Michele
  • 3
  • 3
0
votes
1 answer

Connection with PACS in android

I used the sample code that uses dcmqr frim dcm4chee to connect and retrieve images from PACS.But the line dcmQR.addMatchingKey(new int[]{Tag.StudyID}, "1800688462"); gives unsupported operation exception.I am stuck here.Can anybody please help?
Kalyani
  • 47
  • 6
0
votes
1 answer

How can I reuse DCM4CHEE code to send patient data to an equipment?

I use DCM4Chee to receive the DICOM from the equipments. All fine, DCM4Chee is a great software. I now would like to send the patient data in advance to the equipment, so that the patient data is prefilled when the doctor or technician starts the…
Cedric Simon
  • 4,571
  • 4
  • 40
  • 52
0
votes
0 answers

SEVERE: Exception sending context initialized event to listener DBListener

Hi im not yet familiar in compiling in JAVA and got this error: My database is located in another server but i already pointed it on it, by the way im using DCM4CHEE.. Jul 17, 2014 3:39:59 PM org.apache.catalina.core.StandardContext…
user3651476
  • 171
  • 1
  • 9
  • 20
0
votes
1 answer

dcm4chee dcm4jboss ejb build fail build.xml

I build Ant file build.xml but it fail and appear error: {BUILD FAILED Projects\source\dcm4jboss-all\dcm4jboss-ejb\build.xml:145: taskdef A class needed by class xdoclet.modules.ejb.EjbDocletTask cannot be found: xjavadoc/ant/XJavadocTask. File…
David Can
  • 1
  • 1
0
votes
1 answer

pull / get data (studies and series) from dcm4chee server in objective c

I am working on a project and I need to fetch data from dcm4chee server. I have successfully configured the DCMTK library for iOS. Now I want to pull data (studies and series) from dcm4chee server into local storage. Can any one suggest in which way…
SandeepM
  • 2,601
  • 1
  • 22
  • 32
0
votes
1 answer

How to find & retrieve matching study in PACS server using dcm4che?

I have a ClearCanvas archive server that has some DICOM studies, I would like to filter out some studies based on some tags, I tried findscu in dcm4che3 to filter out studies by manufacturer name, Here is the query I tried to get studies that have…
iraSenthil
  • 11,307
  • 6
  • 39
  • 49
0
votes
0 answers

dcm4chee : Writing forward_priors.xml to forward prior studies based on patient ID

I am bit new in writing routing rules in dcm4chee. I have a requirement where the prior studies need to be selected based on patient ID of the current study and then routed. As per my research, I need to have a forward_priors.xml to achieve that.…
0
votes
1 answer

Error linking django to legacy database

I am trying to show database fields from dcm4chee pacs database (postgresql) in my browser-run django app. I have used inspectdb to create a model - relevant bits below: class Study(models.Model): pk = models.IntegerField(primary_key=True) …
Maelstorm
  • 580
  • 2
  • 10
  • 29
0
votes
0 answers

Trouble with finding java in dcm4chee

I had dcm4chee set up for some time using Java 6 but I added Java 7. I haven't looked at dcm4chee in quite some time so I'm not sure when it stopped working. I'm running Ubuntu 13.10. When I run ./run.sh I…
Ilan Tal
  • 509
  • 2
  • 8
  • 22
0
votes
2 answers

How to use dcm4che extensively to develop StorageSCP?

I want to listen in some port like 1020 at localhost and i should receive DICOM images from the other node and want store it and also need to send all to PACS. Using dcm4chetool kit how can i achive this. please help me i am new in it. thanks...
Sujeeth
  • 301
  • 1
  • 2
  • 5
0
votes
1 answer

Maven BundleException: Unable to cache bundle

I am trying to launch my maven-based project and at the time of launching I always get the following exception: Cannot install bundle: weasis-dicom-explorer-0.5.14 (org.osgi.framework.BundleException: Unable to cache bundle:…
poonam
  • 11
  • 1
  • 1
0
votes
3 answers

Add new tags on dcm4chee

I'm working with dcm4chee now,and I have the demand to add some custom fields,for example patient's ID card number,mobile fhone number and address. After googling some related information,I am still confused and don't know what to do.Has any one…
WakingDreamer
  • 35
  • 1
  • 5
1 2 3
9
10