Search found 5 matches

by christoff
Mon, 2007-08-20, 21:20
Forum: DCMTK - General
Topic: Reading a DICOMDIR
Replies: 2
Views: 5918

I had to figure out how to read DICOMDIR files a while back for a c# application that I've been working on. What worked for me was to use the dcm2xml.exe utility, which takes the DICOMDIR file and outputs it to an xml format. Doing this, I was easily able to parse the data in the DICOMDIR file. I do...
by christoff
Wed, 2006-08-09, 23:08
Forum: DCMTK - General
Topic: dcm2xml problem
Replies: 1
Views: 3177

Update with some more info: The exception message gives a "Root element is missing" error. However, I have checked and rechecked, and the xml is being exported when I have it write to file. The only time I am unable to access the data is when I try to pull it back into my application. The ...
by christoff
Tue, 2006-08-08, 03:13
Forum: DCMTK - General
Topic: dcm2xml problem
Replies: 1
Views: 3177

dcm2xml problem

Hello, I have been developing an application that in one of it's processes uses the dcm2xml.exe utility to extract patient related information from a DICOMDIR file produced by eFilm 2.0. The application runs on the .Net framework, and I've come across a problem that I'm hoping someone here has the a...
by christoff
Thu, 2006-06-22, 08:55
Forum: DCMTK - General
Topic: Looking for a little advice
Replies: 3
Views: 5216

Hey guys, thanks for the replies.. I figured out a makeshift solution that works for now. I ended up trying to use the dcm2xml binary as a process in my code (from a suggestion in another post on these boards related to a different dcmtk utility app) and it works fine. With the dcm2xml.exe binary, I...
by christoff
Tue, 2006-06-20, 23:01
Forum: DCMTK - General
Topic: Looking for a little advice
Replies: 3
Views: 5216

Looking for a little advice

Hello, First off, let me say that I am not an experienced coder. I am a web designer that has had the luck of being assigned an application development project, due to the fact that I'm the only person in the company that deals with any code at all (read: web geek working for a system/network builde...