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
Search found 3 matches
- Mon, 2007-10-15, 09:53
- Forum: DCMTK - General
- Topic: query for an image transfer syntax
- Replies: 2
- Views: 5206
- Wed, 2007-10-10, 17:45
- Forum: DCMTK - General
- Topic: query for an image transfer syntax
- Replies: 2
- Views: 5206
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...
- Wed, 2007-10-10, 15:39
- Forum: Third-Party DCMTK Applications
- Topic: command-line tool to generate UIDs
- Replies: 0
- Views: 37011
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 ...