Search found 16 matches

by tchiang
Thu, 2014-01-16, 14:56
Forum: DCMTK - General
Topic: Does movescu return with a success or failure status?
Replies: 1
Views: 2406

Does movescu return with a success or failure status?

I am using movescu in my perl script. Is there any way I can know if my call to movescu is success or failure? I tried to pipe like movescu ...... | grep "DIMSE Status : 0x0000: Success" but it nothing happened. I tried to redirect output to a file: movescu ...... > status.txt the file, st...
by tchiang
Tue, 2008-12-16, 22:59
Forum: DCMTK - General
Topic: How to improve movescu performance?
Replies: 7
Views: 11574

Thank you again, Michael. And yes, MYPACS01 receiver is fully configured at the PACS. From my observation from the processing details, it seems that the bottleneck is the time wasted in waiting for Status=Pending. If the status is success, it transfers the study smooth and pretty quick. Therefore, I...
by tchiang
Mon, 2008-12-15, 16:23
Forum: DCMTK - General
Topic: How to improve movescu performance?
Replies: 7
Views: 11574

Thank you again for your response and suggestion, Michael. Here is the command line fired up by my perl script: /usr/local/dicom/bin/movescu -v -S -aem MYPACS01 -aec D250GEPACS -k 0008,0052=STUDY -k 0020,000D="1.2.840.113745.101000.1002000.38984.4641.21346839" 170.215.245.169 4100 My scrip...
by tchiang
Fri, 2008-12-12, 16:41
Forum: DCMTK - General
Topic: How to improve movescu performance?
Replies: 7
Views: 11574

Thank you Michael for your response and suggestion. I did try movescu manually on a single study to see its performance. That study contains only four images. It took more than 10 minutes to have the first Status=Pending message returned. It took more than 10 minutes on every Status=Pending for 3 or...
by tchiang
Fri, 2008-12-12, 16:00
Forum: DCMTK - General
Topic: How to movescu a paticular study ID
Replies: 9
Views: 11680

Sorry. I thought it would have better chance to get response here because I did not get any response on other thread. I would delete the previous message if I could.
by tchiang
Thu, 2008-12-11, 19:42
Forum: DCMTK - General
Topic: How to movescu a paticular study ID
Replies: 9
Views: 11680

We use movescu inside a while loop in a perl script to pre-fetch priors. In one of our tests, it took more than 20 hours to run . Among the processed studies, there are 21 studies with Status = Success studies, 16 with Status = Warning (SubOperationsCompleteOneOrMoreFailures) and 25 with Status = Re...
by tchiang
Wed, 2008-12-10, 22:14
Forum: DCMTK - General
Topic: How to improve movescu performance?
Replies: 7
Views: 11574

How to improve movescu performance?

We use movescu inside a while loop in a perl script to pre-fetch priors. In one of our tests, it took more than 20 hours to run . Among the processed studies, there are 21 studies with Status = Success studies, 16 with Status = Warning (SubOperationsCompleteOneOrMoreFailures) and 25 with Status = Re...
by tchiang
Mon, 2008-12-01, 16:54
Forum: DCMTK - General
Topic: How to movescu a paticular study ID
Replies: 9
Views: 11680

No, I did not read the part 4 of the DICOM standard. Is the part 4 of the DICOM standard relevant to my question? I did a google search on DICOM standard. This is what I found about the part 4 of DICOM standard: http://www.barco.com/barcoview/downloads/TheDICOMstandard_v2.pdf But I did not find the ...
by tchiang
Fri, 2008-11-21, 18:33
Forum: DCMTK - General
Topic: How to movescu a paticular study ID
Replies: 9
Views: 11680

Thank you all. It is working now. I can use Study Instance UID to C-MOVE a particular study.

It brings me to another question. How can I C-MOVE images of a particular series (series-level) or only a particular image (image-level)?

Thanks a lot.
by tchiang
Tue, 2008-11-11, 21:13
Forum: DCMTK - General
Topic: How to movescu a paticular study ID
Replies: 9
Views: 11680

How to movescu a paticular study ID

I can use movescu to C-MOVE studies belonging to a particular patient: movescu -v -P -aem TEST01 -aec D100GEPACS -k 0008,0052=PATIENT -k 0010,0020="10668966" 100.200.240.169 4100 I got error message when I use the following comman to C-MOVE a particular study ID: movescu -v -P -aem TEST01 ...
by tchiang
Fri, 2008-10-31, 13:00
Forum: DCMTK - Installation
Topic: How to install DCMTK 3.5.4 - executable binaries on Linux
Replies: 11
Views: 19484

No, I did not install g++. I only installed gcc. I am working on Linux version of Red Hat Fedora core 8.0.

Will it solve Makefile.def problem if I install g++?

Thanks a lot.
by tchiang
Thu, 2008-10-30, 19:40
Forum: DCMTK - Installation
Topic: How to install DCMTK 3.5.4 - executable binaries on Linux
Replies: 11
Views: 19484

I downloaded the patched movescu and findscu. I also installed GNU gcc compiler. Then I followed the INSTALL instructions. It seem all right when I issued ./configure except this (error) message: [root@Lotus dcmtk-3.5.4]# ./config configure: error: C++ preprocessor "/lib/cpp" fails sanity ...
by tchiang
Wed, 2008-10-29, 16:13
Forum: DCMTK - Installation
Topic: How to install DCMTK 3.5.4 - executable binaries on Linux
Replies: 11
Views: 19484

Thank for your prompt response.

Does it mean if I don't use --add-override-key option, I'll be OK? On the other hand, I have to download the fixed version and build it myself if I intend to use that option.

Your help is much appreciated.
by tchiang
Wed, 2008-10-29, 15:30
Forum: DCMTK - Installation
Topic: How to install DCMTK 3.5.4 - executable binaries on Linux
Replies: 11
Views: 19484

Thanks again, Jörg Riesmeier. May I have one more question: We need to be able to do C-MOVE from inside a perl script. One of our vendors recommends MoveScu.exe of dcmtk. I look into the bin subdirectory of the downloaded executable binaries. I do not see MoveScu.exe (or MoveScu). Is dcmtk the right...
by tchiang
Tue, 2008-10-28, 20:38
Forum: DCMTK - Installation
Topic: How to install DCMTK 3.5.4 - executable binaries on Linux
Replies: 11
Views: 19484

Jörg Riesmeier, thank you for your response. The Linux version we have is Red Hat Fedora 8. The reasons we decide to use the binary package because: We only want to use executables in the toolkit with perl scripts, such as MoveScu.exe. We don't have compiling environment set up yet. We heard from a ...