Search found 22 matches

by ChristianHerz
Thu, 2016-05-26, 22:42
Forum: DCMTK - General
Topic: DCMSeg: Patch for missing method getSegmentAlgorithmName
Replies: 4
Views: 4062

DCMSeg: Patch for missing method getSegmentAlgorithmName

Hi developers, I created a patch for adding a missing method "getSegmentAlgorithmName" which is needed for dcmqi( https://github.com/QIICR/dcmqi ) from converting itk2dcm and dcm2itk including usage of jsoncpp for reading/wring a JSON metadata file. https://github.com/che85/dcmtk/commit/6e...
by ChristianHerz
Thu, 2014-07-03, 11:16
Forum: DCMTK - General
Topic: movescu from PACS with skipping already existing files
Replies: 1
Views: 2492

movescu from PACS with skipping already existing files

Hi, I have a question regarding the movescu process. It's a special case: During the transfer of series to the PACS the user can use movescu to download a series which invokes the following problem: the user gets now information about the current status of the PACS e.g. ("You requested series X...
by ChristianHerz
Fri, 2013-05-03, 08:04
Forum: DCMTK - General
Topic: Compile errors trying to build DCMTK
Replies: 9
Views: 10366

Re: Compile errors trying to build DCMTK

@Chung-Yueh Lien:

This doesn't change anything. I still get errors. My ZLIB ist also compile with the same flags. It's strange, that these errors only occur with MDd and MD but not with MTd and MT. Are there any other libraries which are mandatory for dcmj2pnm, dcmmkdir, dcmj2pnm and dcmdjpeg ?
by ChristianHerz
Wed, 2013-05-01, 13:00
Forum: DCMTK - General
Topic: Compile errors trying to build DCMTK
Replies: 9
Views: 10366

Re: Compile errors trying to build DCMTK

OK sry. By compiling DCMTK with \MD I get: 1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------ 2>------ Skipped Build: Project: RUN_TESTS, Configuration: Release Win32 ------ 2>Project not selected to build for this solution configuration 1>Build started 01.05.2013 13:58...
by ChristianHerz
Wed, 2013-05-01, 01:04
Forum: DCMTK - General
Topic: Compile errors trying to build DCMTK
Replies: 9
Views: 10366

Re: Compile errors trying to build DCMTK

No, 5 of the DCMTK Library does not compile correctly. By using

Code: Select all

DJEncoderRegistration::registerCodecs(); // register JPEG codecs
in my project I got errors.
by ChristianHerz
Mon, 2013-04-29, 11:42
Forum: DCMTK - General
Topic: Compile errors trying to build DCMTK
Replies: 9
Views: 10366

Re: Compile errors trying to build DCMTK

Yes I did. I changed everything to \MT and \MTd and it does only compile successful for \MD and \MDd.
by ChristianHerz
Mon, 2013-04-29, 00:22
Forum: DCMTK - General
Topic: Compile errors trying to build DCMTK
Replies: 9
Views: 10366

Compile errors trying to build DCMTK

Hello, I am trying to use decoder of dcmtk and i got several errors of redefinitions. I tried to compile dcmtk and always i got 5 parts of the dcmtk that could not be build successfully. These parts are fundamental for registering the decoder. When I build it with Cxx flags \MT instead of \MD everyt...
by ChristianHerz
Wed, 2012-07-25, 13:39
Forum: DCMTK - General
Topic: Problems with presentation state?
Replies: 11
Views: 11991

Re: Problems with presentation state?

Thank you very much.
by ChristianHerz
Wed, 2012-07-25, 13:22
Forum: DCMTK - General
Topic: Problems with presentation state?
Replies: 11
Views: 11991

Re: Problems with presentation state?

OK I used dcm2pnm:

without -Wm:

Image

with -Wm

Image

What's wrong?
by ChristianHerz
Wed, 2012-07-25, 11:39
Forum: DCMTK - General
Topic: Problems with presentation state?
Replies: 11
Views: 11991

Re: Problems with presentation state?

I would like to display dicom images. So I need presentation states, do I? And if there doesn't exist one, I created some to use it right after that. For some of the example CD "car97cd.iso" it works fine, but for some others I only get gray images...
by ChristianHerz
Wed, 2012-07-25, 09:53
Forum: DCMTK - General
Topic: Problems with presentation state?
Replies: 11
Views: 11991

Re: Problems with presentation state?

I think this is the right code but I am not sure. I tried to find the position, where "I: configuration flag set ... ignoring possible modality transform" is printed,
by ChristianHerz
Wed, 2012-07-25, 09:38
Forum: DCMTK - General
Topic: Problems with presentation state?
Replies: 11
Views: 11991

Re: Problems with presentation state?

if (this->infile.loadFile(fileName).good()) { // create presentation state for the running display DVPresentationState pstate; // presentation state handler if (pstate.createFromImage(*infile.getDataset(),).good()) { // serialize presentation state into DICOM data set structure if (pstate.write(*ou...
by ChristianHerz
Wed, 2012-07-25, 09:26
Forum: DCMTK - General
Topic: Problems with presentation state?
Replies: 11
Views: 11991

Re: Problems with presentation state?

Thanks for your fast reply.

No I didn't. Do you have a litte example?
by ChristianHerz
Tue, 2012-07-24, 20:53
Forum: DCMTK - General
Topic: Problems with presentation state?
Replies: 11
Views: 11991

Problems with presentation state?

Hi,

always when I am trying to open some DICOM images, I get the following message: "I: configuration flag set ... ignoring possible modality transform"

It's only shown an image whicht is gray over all pixels. Where is the problem?`

Thanks for help
by ChristianHerz
Mon, 2012-07-09, 14:03
Forum: DCMTK - Installation
Topic: Build error MSVC2010 newest git version pull
Replies: 2
Views: 5134

Build error MSVC2010 newest git version pull

Hi,

with the new git version I get errors like "cannot open file 'ws2_32.lib'" and other libraries too.

With git-commit 228f0ef9d4064d1578d94cb7abf67cba71394193 it still works fine without problems.