Search found 3 matches

by cht666cht
Mon, 2007-10-15, 09:53
Forum: DCMTK - General
Topic: query for an image transfer syntax
Replies: 2
Views: 4572

The only solution I've found is to execute movescu.exe using different transfer sintaxes until it doesn't return error, but I think this isn't the right way... any idea?

thanks
by cht666cht
Wed, 2007-10-10, 17:45
Forum: DCMTK - General
Topic: query for an image transfer syntax
Replies: 2
Views: 4572

query for an image transfer syntax

Hello, I do use findscu.exe to obtain the SOP Instance UID of an image and then movescu.exe to get the file. The problem is that in the server can be stored uncompressed and compressed images, and I have to use the "preferred network transfer syntax" parameters in movescu.exe to indicate t...
by cht666cht
Wed, 2007-10-10, 15:39
Forum: Third-Party DCMTK Applications
Topic: command-line tool to generate UIDs
Replies: 0
Views: 26713

command-line tool to generate UIDs

Hi! I am using these great library and tools to integrate my application with DICOM. Well, I use only the command-line tools, calling them from a Delphi program, so I've done a little utility in C++ to generate UIDs. I've used the dcmtk lib, of course, trying to create a project similar to the rest ...