Search found 56 matches

by Roadrunner
Mon, 2014-01-27, 23:38
Forum: DCMTK - Installation
Topic: Cmakelist.txt of 3.6.1 missing Platform-specific settings
Replies: 18
Views: 79173

Re: Cmakelist.txt of 3.6.1 missing Platform-specific setting

This option is on/true by default and was/is in the old releases/snapshots too.
So this was not a problem in the past with the snapshots since the last stable release.

Frank
by Roadrunner
Mon, 2014-01-27, 00:43
Forum: DCMTK - Installation
Topic: Cmakelist.txt of 3.6.1 missing Platform-specific settings
Replies: 18
Views: 79173

Re: Cmakelist.txt of 3.6.1 missing Platform-specific setting

Found the solotion: in the file dcmtkPrepare.cmake are some /MT options which i changed from /MT to /MD and everything works like a charm. Btw: I don't know why but the cmake gui shows me /MD on the compiler flags while the option was /MT ( in the file). It seems to me if cmake generates the project...
by Roadrunner
Sun, 2014-01-26, 16:38
Forum: DCMTK - Installation
Topic: Cmakelist.txt of 3.6.1 missing Platform-specific settings
Replies: 18
Views: 79173

Re: Cmakelist.txt of 3.6.1 missing Platform-specific setting

same here: until dcmtk-3.6.1_20131114 everything works really fine with LOG4CPLUS but there are lots of changes with the last release and the current git repository which makes unable to link against the libs. All libs are build with /MD which is default since 3.6.0 and they are multi byte character...
by Roadrunner
Mon, 2013-03-18, 23:42
Forum: DCMTK - General
Topic: GE - DICOMDIR and invalid study instance uid
Replies: 2
Views: 8783

Re: GE - DICOMDIR and invalid study instance uid

Thank you very mutch.

It's working. :-)
by Roadrunner
Wed, 2013-03-13, 02:33
Forum: DCMTK - General
Topic: GE - DICOMDIR and invalid study instance uid
Replies: 2
Views: 8783

GE - DICOMDIR and invalid study instance uid

Hey, maybe some could give me a good hint - I have lots of DICOMDIR CDs from a hospital which creates (in my eyes ) invalid DICOMDIR files. First there is the tag 0008,0005 (character encoding ) missing but DMCTK is reading the file - not with dcm2xml but in c++ - thanks. ;-) Second there are missin...
by Roadrunner
Tue, 2013-03-12, 21:45
Forum: DCMTK - General
Topic: Image depth and bitStored are divergent
Replies: 2
Views: 7918

Re: Image depth and bitStored are divergent

Seems you get this question often. :-(
Sorry for bothering you and not and don't using the search function.

But thanks a lot - your answer was helpful. :-)

Frank
by Roadrunner
Mon, 2013-03-04, 01:23
Forum: DCMTK - General
Topic: Image depth and bitStored are divergent
Replies: 2
Views: 7918

Image depth and bitStored are divergent

I have some CT/MRT images with bits stored = 12 and if I us the class DcmImage and getDepth() I get 13 or 15 (depending on the image). I'd like to know whats the best parameter or correct way for dicomImage->getoutputdata(..) to get a pointer to the image buffer with correct data in this case? For C...
by Roadrunner
Mon, 2013-03-04, 01:05
Forum: DCMTK - General
Topic: HL7 Help
Replies: 1
Views: 6233

Re: HL7 Help

I've googled around and found this one: http://code.google.com/p/hl7libpp/ but I'm in the same situation ... there are no good hl7 c/c++ projects out there - the only real good project i know is hapi: http://hl7api.sourceforge.net/ . You can create a process and start a java process with the hapi ja...
by Roadrunner
Sat, 2013-02-09, 18:31
Forum: DCMTK - General
Topic: storescp --fork faild on "No error, getpeername failed"
Replies: 2
Views: 6958

Re: storescp --fork faild on "No error, getpeername failed"

Taking a look or googling around for "getpeername function (Windows)" would show you the solution ... http://msdn.microsoft.com/en-us/library/windows/desktop/ms738533(v=vs.85).aspx It seems you don't have a nameserver or your windows is not able to resolve the hostname to the connecting ip...
by Roadrunner
Sat, 2013-02-09, 03:17
Forum: DCMTK - General
Topic: Dcmtk with QtCreator
Replies: 2
Views: 17458

Re: Dcmtk with QtCreator

I'm using different paths for dcmtk debug and release version and if you want to use different os like linux and windows you ave to add win32: for windows and linux: or unix for 'the other one'... in front of the words INCLUDEPATH => win32:INCLUDEPATH and the same for LIBS Please remember the libs -...
by Roadrunner
Wed, 2012-11-28, 21:40
Forum: DCMTK - Installation
Topic: Visual Studio 2010 build, missing system libs?
Replies: 2
Views: 8724

Re: Visual Studio 2010 build, missing system libs?

use the command line of the visual studio compiler and call cmake or cmake-gui into the opened windows. It seems there are missing environment settings so the cmake doesn't found it. btw: I'm using visual studio express 2010 and windows 7 64 bit but build all for 32 bit and everything is working. :-...
by Roadrunner
Mon, 2012-09-24, 11:40
Forum: DCMTK - General
Topic: how to use DCMTK 3.6.1 on win7
Replies: 12
Views: 25858

Re: how to use DCMTK 3.6.1 on win7

Do you use a 32 bit or a 64 bit version of Windows 7?
by Roadrunner
Sat, 2012-05-19, 11:21
Forum: DCMTK - General
Topic: After C-Move operation successful ?
Replies: 10
Views: 20051

Re: After C-Move operation successful ?

You should start or have already started a storescp which receives the the images.

There is a storescp example which receives the images and save it.
viewtopic.php?f=1&t=3213&p=12722#p12722


Frank
by Roadrunner
Mon, 2012-05-07, 14:57
Forum: DCMTK - General
Topic: How to download files to local from PACS?
Replies: 8
Views: 13967

Re: How to download files to local from PACS?

Would you like tell me how to configure on the receiver side(Move SCP) ? Thanks a lot You only need a storescp; like this: storescp 104 which starts a storescp at port 104. The DCMTK storescp retrieves every connection from your server with The DCMTk storescp accepts all connections with any AE-Tit...
by Roadrunner
Thu, 2012-04-12, 10:40
Forum: DCMTK - General
Topic: findAndGetOFStringArray and findAndGetOFString
Replies: 2
Views: 7726

Did you ever look into the API documentation?
Shame on me - no... and sorry for it. :(

It's working right now.

Thank you for your help. :-)

Frank