Search found 67 matches

by dave
Tue, 2005-09-20, 15:48
Forum: DCMTK - General
Topic: Output Format of dcmdump.exe
Replies: 4
Views: 6582

Jorg, I understand your intent, i.e., that the spaces are for alignment purposes only. However, whether there is a space there or not is significant to us because we have used a 'space' as a field separator when parsing the output file from dcmdump.exe. What we've noticed is that there is an inconsi...
by dave
Mon, 2005-09-19, 19:46
Forum: DCMTK - General
Topic: Output Format of dcmdump.exe
Replies: 4
Views: 6582

Output Format of dcmdump.exe

When parsing the output of a file generated using dcmdump.exe, we are finding a difference of a single space between "value length" and "value mutiplicity". For example, a tag such as compensatorID (300a,00e5) from the file has a value length of 4 followed by a comma, then a spac...
by dave
Fri, 2005-09-16, 16:26
Forum: DCMTK - Installation
Topic: Compiling dcm2xml as a Single Project on W2K with MC++6
Replies: 8
Views: 11686

Thanks for your reply, Thomas. I followed your example and was able to add dcmdata and ofstd as subprojects and dependencies to dcm2xml. However, now I get these errors: Compiling... dcm2xml.cpp Linking... LIBCMTD.lib(osfinfo.obj) : error LNK2005: __alloc_osfhnd already defined in LIBCD.lib(osfinfo....
by dave
Wed, 2005-09-14, 20:37
Forum: DCMTK - General
Topic: Extracting Values as text from Dicom File
Replies: 2
Views: 3887

:oops:

Well, Duh! dcmdump.exe does just this, doesn't it?

dave
by dave
Wed, 2005-09-14, 17:06
Forum: DCMTK - Installation
Topic: Compiling dcm2xml as a Single Project on W2K with MC++6
Replies: 8
Views: 11686

Compiling dcm2xml as a Single Project on W2K with MC++6

I have successfully compiled the ALL_BUILD set of projects within DCMTK using MC++6, but now want just to build dcm2xml as a separate project. Even with all necessary header files added to a new project for this purpose, there a number of link errors that occur. I notice that, within the DCMTK downl...
by dave
Wed, 2005-09-14, 16:39
Forum: DCMTK - General
Topic: Extracting Values as text from Dicom File
Replies: 2
Views: 3887

Extracting Values as text from Dicom File

We are trying to extract a small set of values from a dicom file. We have looked at the DCMTK executables, and have used dcm2xml.exe to examine all data within the file, but really we need only to grab a subset of tag values as text. We have considered parsing the xml file from the output of dcm2xml...
by dave
Tue, 2005-09-13, 17:29
Forum: DCMTK - Installation
Topic: Compile errors on W2K using VC++6
Replies: 5
Views: 7958

Compile Problem Solved

You're right, Marco. When I added the file name, I got much further in the compile process. My mistake completely. Adding Include files through MC++ under project->settings->C/C++ tab, preprocessor category, and library files through project->settings->link, input category, didn't seem to have any e...
by dave
Mon, 2005-09-12, 21:02
Forum: DCMTK - Installation
Topic: Compile errors on W2K using VC++6
Replies: 5
Views: 7958

Making some progress.

Now getting a LNK1181 error: cannot open input file "toolkit.obj"

I've searched my hard drive and I don't have this file. Can someone tell me what it is and where to find it?

dave
by dave
Mon, 2005-09-12, 14:33
Forum: DCMTK - Installation
Topic: Compile errors on W2K using VC++6
Replies: 5
Views: 7958

Right. Well I had already done that and got the "permission denied" errors for the same files (zlib-1.2.1). Problem is I've checked permissions on the files and they are all wide open. <snip> ../../dcmdata\include\dcistrmz.h(45) : fatal error C1083: Cannot open include file: 'C:\DCMTK\dico...
by dave
Fri, 2005-09-09, 19:23
Forum: DCMTK - Installation
Topic: Compile errors on W2K using VC++6
Replies: 5
Views: 7958

Compile errors on W2K using VC++6

I am trying to compile DCMTK using visual C++ with ALL_BUILD selected as the active project. I've followed the installation directions but get these errors: <snip> ../../dcmdata\include\dcistrmz.h(44) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory dcistrmb.cxx dci...
by dave
Fri, 2005-07-01, 15:44
Forum: DCMTK - General
Topic: Tag Information
Replies: 3
Views: 5137

Thank you for your kind response.

Can someone give me more information about comp.protocols.dicom ?

How/where do I access this site?

Dave
by dave
Thu, 2005-06-30, 22:22
Forum: DCMTK - General
Topic: Tag Information
Replies: 3
Views: 5137

Tag Information

Does anybody know the VR, VM, and Name of these Tags:

300a,0186

3267,1000

I'm pretty sure the second one is owned by Varian Medical Systems.

Thanks,

Dave
by dave
Tue, 2004-11-09, 23:57
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 23983

Thank you very much, Michael, for you detailed response. Reading the standard is always good advice :idea: as is interacting with the experts.

Thanks,

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

Jörg,

A better question would have been "what do you mean by private creator element"?

(7003,"SIEMENS MED",10) LT Header 1

Is that what "SIEMENS MED" is?

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

but without private creator element the private tag (300b,1001) is not properly reserved according to part 5 of the DICOM standard Would this be a concern for me? I am just converting the DICOM file with dcm2xml.exe to xml for web display. Wouldn't this be more important for the Application Entitie...