Search found 21 matches

by bkuemmer
Tue, 2010-11-23, 10:15
Forum: DCMTK - Installation
Topic: compile dcmtk on snow leopard Mac Os X10.6
Replies: 5
Views: 9532

I am currently looking at Mac compilation of the latest version. Within the next days the latest DCMTK version will compile again out of the box ;-). So does this mean that there'll be no OSX-specific patches necessary? I have to check out the snapshot once this is ready (and then maybe create a ne...
by bkuemmer
Mon, 2010-11-22, 13:59
Forum: DCMTK - Installation
Topic: compile dcmtk on snow leopard Mac Os X10.6
Replies: 5
Views: 9532

The fink package for dcmtk (dcmtk-3.5.4-1004) now works correctly in Mac OS X 10.6

http://pdb.finkproject.org/pdb/package.php/dcmtk

Currently, this is 3.5.4-only though.

Cheers,
Bernd
by bkuemmer
Fri, 2006-08-25, 10:18
Forum: DCMTK - General
Topic: Handling of EVR_xs
Replies: 2
Views: 3493

OK, thanks for your comments. We are now handling this case ourselves.

Cheers
Bernd
by bkuemmer
Thu, 2006-08-24, 14:05
Forum: DCMTK - General
Topic: Handling of EVR_xs
Replies: 2
Views: 3493

Handling of EVR_xs

Hello there, we recently stumbled upon implicit little endian files where the value for SmallestImagePixelValue was decoded "wrong" when reading the file with dcmtk: The file has a PixelRepresentation of 1, so the SmallestImagePixelValue should be read as signed short, but dcmtk (3.5.2) se...
by bkuemmer
Thu, 2006-04-20, 07:13
Forum: DCMTK - General
Topic: Storescp does not receive images
Replies: 3
Views: 5810

Marco, thanks a lot for your reply. When using the default storescp.cfg file, storescp will select JPEGBaseline as the transfer syntax for all image SOP classes proposed by the SCU (the PACS). Hmm, maybe I don't understand this 100%? Why ist JPEGBaseline selected, and not any of the other TXs in Any...
by bkuemmer
Wed, 2006-04-19, 16:12
Forum: DCMTK - General
Topic: Storescp does not receive images
Replies: 3
Views: 5810

Storescp does not receive images

First of all sorry for the very unspecific subject, but I did not find a way to describe the problem in a short manner... So here's the long version: We are using storescp and movescu (dcmtk 3.5.3) to retrieve images from a PACS system (major vendor). The problem is the following: When using the def...
by bkuemmer
Thu, 2006-02-16, 17:51
Forum: DCMTK - General
Topic: TCP I/O problem with storescu
Replies: 13
Views: 20756

That's an interesting observation... because I think the machines which show our storescu problem also have a third party firewall installed.

I will check that.

Thanks
Bernd
by bkuemmer
Wed, 2006-02-15, 15:28
Forum: DCMTK - General
Topic: TCP I/O problem with storescu
Replies: 13
Views: 20756

Our problem is also on the client side, and from this discussion I would tend to agree that this is probably not an error in the toolkit, but the connection is for some other reason terminated by the server... As I said, we are also seeing very slow transfer rates once the association has been estab...
by bkuemmer
Wed, 2006-02-15, 13:01
Forum: DCMTK - General
Topic: TCP I/O problem with storescu
Replies: 13
Views: 20756

Yes, this is on Windows XP.

We are calling storescu from within out application to send images.

Cheers
Bernd
by bkuemmer
Wed, 2006-02-15, 11:59
Forum: DCMTK - General
Topic: TCP I/O problem with storescu
Replies: 13
Views: 20756

I forgot to tell you that this is for the storescu from dcmtk 3.5.2, which, as far as I know, does not yet contain the multi-process code...

Any more ideas?

Cheers
Bernd
by bkuemmer
Wed, 2006-02-15, 11:12
Forum: DCMTK - General
Topic: TCP I/O problem with storescu
Replies: 13
Views: 20756

TCP I/O problem with storescu

Hello there, we are trying to send images to a PACS system using storescu, and in some cases (but not always), we get the following error: 0006:020e DIMSE Failed to send message 0006:031d TCP I/O Error (No error) occurred in routine: writeDataPDU storescu: SCU Failed: 0006:020e DIMSE Failed to send ...
by bkuemmer
Wed, 2006-02-15, 10:59
Forum: DCMTK - General
Topic: Questions about dcmtk3.5.4
Replies: 5
Views: 7405

Hi, at this time there is a bug in dcmtk 3.5.4 regarding the "-k"-option. If you would send me a mail, I could send you the a few lines of code, that will fix the problem in findscu. findscu from 3.5.3 is not affected by this problem. Can you elaborate a bit on what is not working? Is fin...
by bkuemmer
Fri, 2006-01-06, 10:56
Forum: DCMTK - Installation
Topic: dcmtk 3.5.4 with GCC 3.3 on Mac OS X
Replies: 6
Views: 10478

Thanks Marco...

I will try using the static_cast<...> as a Mac OS X-specific patch.

Cheers
Bernd
by bkuemmer
Tue, 2006-01-03, 15:15
Forum: DCMTK - Installation
Topic: dcmtk 3.5.4 with GCC 3.3 on Mac OS X
Replies: 6
Views: 10478

Thanks Michael... I don't have a problem using gcc4.0 on Tiger (Mac OS X 10.4), in fact, that's where I started: I am updating the dcmtk-Package for Fink <http://sourceforge.net/tracker/index.php?func=detail&aid=1388718&group_id=17203&atid=414256>, and it is working without a problem on ...
by bkuemmer
Mon, 2006-01-02, 14:53
Forum: DCMTK - Installation
Topic: dcmtk 3.5.4 with GCC 3.3 on Mac OS X
Replies: 6
Views: 10478

This is on Mac OS X 10.3.9, using gcc 3.3: % uname -a Darwin gandalf 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc % ls -l `which c++` lrwxr-xr-x 1 root wheel 7 4 Aug 2004 /usr/bin/c++ -> g++-3.3 % g++-3.3 --version g...