Search found 8 matches

by luigi
Tue, 2007-05-29, 10:41
Forum: DCMTK - General
Topic: findscu matching key must be 'case sensitive'?
Replies: 3
Views: 4768

Hi Michael, thank you for your answer. Since for now my "PACS" is dcmqrscp I have modified this as following (dcmqrdbi.cxx@1189): int DcmQueryRetrieveIndexDatabaseHandle::matchStrings (DB_SmallDcmElmt *mod, DB_SmallDcmElmt *elt) { int match ; char *string ; char *modl ; /*** Get elt and mo...
by luigi
Mon, 2007-05-28, 12:53
Forum: DCMTK - General
Topic: findscu matching key must be 'case sensitive'?
Replies: 3
Views: 4768

findscu matching key must be 'case sensitive'?

Why the output of the following command: findscu.exe -v -X -P -aec COMMON -k 0008,0052="PATIENT" -k 0010,0010="CRAI*" pericle 104 is not the same of this: findscu.exe -v -X -P -aec COMMON -k 0008,0052="PATIENT" -k 0010,0010="crai*" pericle 104 Note the matchin...
by luigi
Wed, 2007-04-04, 15:52
Forum: DCMTK - General
Topic: storescp with --fork parameter, there's bug? (only win32)
Replies: 2
Views: 4507

I have resolve :D

I have uninstall Kerio firewall, in effect disabled it is not sufficient.


Thanks the same.
by luigi
Wed, 2007-04-04, 12:57
Forum: DCMTK - General
Topic: storescp with --fork parameter, there's bug? (only win32)
Replies: 2
Views: 4507

I have done a debug session with VS2003+WinXP/SP2. First I have debug the server storescp, I found that the reset happing when the server is on the line 1580@dul.cxx, the instruction suspect is ... nfound = select((*network)->networkSpecific.TCP.listenSocket + 1, &fdset, NULL, NULL, &timeout...
by luigi
Thu, 2007-03-29, 14:14
Forum: DCMTK - General
Topic: storescp with --fork parameter, there's bug? (only win32)
Replies: 2
Views: 4507

storescp with --fork parameter, there's bug? (only win32)

I'm using storescp service under Windows XP/SP2, when I run the following command as server storescp.exe -v --fork -d 104 -xf storescp.cfg Default and I send it some images with storescu client, as the syntax storescu.exe -v -d localhost 104 -xf storescu.cfg Default "C:\dicom\files\ct.001"...
by luigi
Tue, 2006-07-11, 16:44
Forum: DCMTK - General
Topic: Strange "Media Storage SOP Class UID"
Replies: 3
Views: 9730

Thanks for your answer, but I don't understand how to get "Media Storage SOP Class UID" from a query to dcmqrscp through the findscu command, or from the element values in the dataset.

Can you help me?
by luigi
Mon, 2006-07-10, 16:13
Forum: DCMTK - General
Topic: Strange "Media Storage SOP Class UID"
Replies: 3
Views: 9730

Strange "Media Storage SOP Class UID"

I don't understand this behavior, I've archieved in my images server (dcmqrscp) some images with "Media Storage SOP Class UID" (tag "0002,0002") equal to 1.2.840.10008.5.1.4.1.1.6.1 (i.e. "Ultrasound Image Storage") but when I try to query server with follow command fin...
by luigi
Wed, 2006-06-07, 10:16
Forum: DCMTK - General
Topic: Problem to retrieve a study from dcmqrscp server
Replies: 0
Views: 16406

Problem to retrieve a study from dcmqrscp server

Hi, I'm a newbie for dcmtk, I compiled it by using visual studio 6 with success. I have do some test on dcmtk 3.5.4. Now I'm try to use movescu to retrieve some study on dcmqrscp server, the study has done with Acuson Sequoia ultrasound machines, which store single-frame images compressed in RLE for...