Search found 67 matches

by dave
Tue, 2004-11-09, 20:50
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 23987

Nope. So I just took it out. Now the data dictionary entry looks like this: (300b,1001) DS TestElement 1 ( the VR for this tag actually is "DS", I just checked ) and the XML output looks like this: <element tag="300b,1001" vr="DS" vm="1" len="2" name...
by dave
Tue, 2004-11-09, 20:20
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 23987

Not having much luck here. But perhaps I'm making some faulty assumptions. This is a tag from the dicom file I converted using dcm2xml.exe: <element tag="300b,1001" vr="??" vm="1" len="2" name="Unknown Tag & Data" binary="yes">31\30</el...
by dave
Tue, 2004-11-09, 19:33
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 23987

I will create the DCMDICTPATH environmental variable with the correct value, i.e., it will point to the private.dic file included with the download and where I have added new entries. So without this variable set, were the windows binaries using compiled in data dictionaries? Thanks for you help, Jö...
by dave
Tue, 2004-11-09, 16:39
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 23987

Adding Private Tag Data to the private.dic File

I need to add private tags to the data dictionary. As I'm using the windows precompiled binaries, will I need to recompile the binaries after adding the entries, specifically dcm2xml.exe, or will this binary read from the external text files? I read in one of the help documents that the binaries can...
by dave
Fri, 2004-11-05, 19:54
Forum: DCMTK - General
Topic: How to Convert DICOM Image file to PNG file for display in a Webpage
Replies: 3
Views: 9499

Yup. That did it. :oops:

Thank you very much, Jörg.
by dave
Fri, 2004-11-05, 19:39
Forum: DCMTK - General
Topic: How to Convert DICOM Image file to PNG file for display in a Webpage
Replies: 3
Views: 9499

OOPS!!

Let me try that now.

Thanks for the quick response.

dave
by dave
Fri, 2004-11-05, 18:56
Forum: DCMTK - General
Topic: How to Convert DICOM Image file to PNG file for display in a Webpage
Replies: 3
Views: 9499

How to Convert DICOM Image file to PNG file for display in a Webpage

Hello Everyone, I downloaded the windows binary version of dcmtk and have been trying to convert a DICOM Image file into a PNG file for display on a webpage using the dcm2pnm.exe executable. C:\>dcm2pnm.exe +Wm image13.dcm test.png Although ImageMagic can display test.png, when I try to use it in a ...