Search found 2217 matches

by Jörg Riesmeier
Thu, 2004-12-02, 12:55
Forum: DCMTK - General
Topic: Clarification regarding the imagectn configuration file imagectn.cfg
Replies: 5
Views: 9647

The answer to question 1 is: No, the Q/R client does not use the "imagectn.cfg". For details see "ctnconf.txt". The answer to question 2 is: No, there is no way for the client to determine this information automatically. Maybe, the new DICOM configuration management service is wh...
by Jörg Riesmeier
Mon, 2004-11-29, 12:58
Forum: DCMTK - General
Topic: Problem using "dcmgpdir" with BigEndian files: LittleEndianExplicit expected error
Replies: 2
Views: 5337

The General Purpose application profile requires DICOM files to be encoded in Little Endian Explicit.

You could e.g. use dcmconv to change the transfer syntax from Big Endian to Little Endian Explicit using option +te.
by Jörg Riesmeier
Tue, 2004-11-16, 19:58
Forum: DCMTK - FAQ
Topic: FAQ #34: Is there a tool that converts common graphic formats to DICOM?
Replies: 0
Views: 31680

FAQ #34: Is there a tool that converts common graphic formats to DICOM?

:?: Is there a tool that converts common graphic formats like PGM/PPM, PNG, TIFF, JPEG or BMP to DICOM? :!: No, unfortunately, there is no such tool in DCMTK. Currently, you have to write your own little program for that purpose. The following code snippet from the toolkit's documentation could be a...
by Jörg Riesmeier
Tue, 2004-11-16, 17:52
Forum: DCMTK - General
Topic: About 0008,0005 Specific Character Set
Replies: 2
Views: 8434

Re: About 0008,0005 Specific Character Set

First of all, I would recommend a much easier way of accessing the value of particular data elements (in this case as a C string): dO->findAndGetString(tag, szTemp); Anyway, this question is probably not directly related to the DCMTK since up to now the toolkit does not contain support for specific ...
by Jörg Riesmeier
Thu, 2004-11-11, 12:56
Forum: DCMTK - FAQ
Topic: FAQ #31: Compiler errors "'xmlSchemaXXX' undeclared" [DCMTK 3.5.3]
Replies: 0
Views: 24683

FAQ #31: Compiler errors "'xmlSchemaXXX' undeclared" [DCMTK 3.5.3]

:?: When compiling DCMTK 3.5.3 with gcc I get compiler errors like 'xmlSchemaParserCtxtPtr' undeclared (first use this function) , 'xmlSchemaSetParserErrors' undeclared (first use this function) etc. :!: The libxml2 library on your system has been compiled without XML Schema support. You should eith...
by Jörg Riesmeier
Thu, 2004-11-11, 12:17
Forum: DCMTK - General
Topic: DICOMDIR interface
Replies: 7
Views: 16776

Re: DICOMDIR interface

Since this is a frequently asked question I've created a new entry: FAQ #30
by Jörg Riesmeier
Thu, 2004-11-11, 12:14
Forum: DCMTK - FAQ
Topic: FAQ #30: How do I create and access a DICOMDIR file?
Replies: 0
Views: 32076

FAQ #30: How do I create and access a DICOMDIR file?

:?: I would like to create and access a DICOMDIR file. What would be the preferred way? :!: For the creation of a DICOMDIR an easy to use wrapper class has been introduced with DCMTK 3.5.3. The following example from the toolkit's documentation shows how to use the class DicomDirInterface: DicomDirI...
by Jörg Riesmeier
Wed, 2004-11-10, 17:57
Forum: DCMTK - Installation
Topic: Problems linking DCMTK 3.5.3 with Visual Studio .NET 2003
Replies: 8
Views: 20089

I've forwarded your problem to the colleague who tested DCMTK 3.5.3 with VS .NET 2003. We'll have to wait for his response.

Nevertheless, as far as I can remember he recommended to delete all *.dsp and *.dsw files that are shipped with DCMTK before using CMake to create the *.sln files.

Jörg
by Jörg Riesmeier
Wed, 2004-11-10, 12:58
Forum: DCMTK - General
Topic: Encoding Private Tags
Replies: 1
Views: 6382

Hayo, you should either add these private tags to the "private.dic" file which is part of the DCMTK or create a separate dictionary file. Please read the instructions in "private.dic" very carefully on how to specify private tags correctly. Whether the dictionary files are built ...
by Jörg Riesmeier
Wed, 2004-11-10, 10:09
Forum: DCMTK - Installation
Topic: Problems linking DCMTK 3.5.3 with Visual Studio .NET 2003
Replies: 8
Views: 20089

Re: Problems linking DCMTK 3.5.3 with Visual Studio .NET 2003

Strange problem ... For all of the projects in the dcmpstat directory there are large numbers of Additional Library Directories. On my system this setting was over 2500 characters long, and Visual Studio couldn't cope. However, some of the DCMTK directories included in this list did not actually exi...
by Jörg Riesmeier
Tue, 2004-11-09, 21:39
Forum: DCMTK - General
Topic: Serious security issues with DCMTK?
Replies: 2
Views: 6907

Re: Serious security issues with DCMTK?

does this mean that DCMTK software that has not been updated will also be vulnerable? Though I did not check the websites very intensively it seems to me that the PNG issue only applies to the import of malformed PNG images. Since DCMTK (as of version 3.5.3) does only export PNG files there should ...
by Jörg Riesmeier
Tue, 2004-11-09, 21:10
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 24102

Dave, but without private creator element the private tag (300b,1001) is not properly reserved according to part 5 of the DICOM standard :!: I'm curious as to the change in the value '31\30' to '10' . This is the value associated with the element, isn't it? Any idea why this might have changed. If t...
by Jörg Riesmeier
Tue, 2004-11-09, 20:36
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 24102

dave wrote:(300b,"MDACC",1001) PN TestElement 1
Hmm, does your test file contain the private creator element (300b,0010) with a value of "MDACC" :?:

Jörg
by Jörg Riesmeier
Tue, 2004-11-09, 19:45
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 24102

Dave, under Windows the default is to have a built-in data dictionary, i.e. usually it is not required to set the environment variable. But if you set the variable the built-in dictionary is still used and the entries from the external dictionary file are added to it when the application starts. Det...