Search found 20 matches

by horus
Mon, 2006-04-10, 09:17
Forum: DCMTK - General
Topic: error movescu-dcmqrscp
Replies: 11
Views: 15005

THERE IS A BUG IN DCMQRSCP/C-MOVE

Hi guys, I saw the topic dcmqrscp c-move problem by Aaron. I had the same errors of Aaron using movescu-dcmqrscp, if you read the previous posts !!! It seems that they are solved. Could you send me the debugged versions (.h, .cxx, .exe) of the applications (like you made with findscu)? Thank you.
by horus
Thu, 2006-03-16, 15:32
Forum: DCMTK - General
Topic: error movescu-dcmqrscp
Replies: 11
Views: 15005

-d option!

Hi Mr. Onken , Mr. Sabin , Mr. Eichelberg I removed from the directory ACME_STORE the most "strange" .dcm file whose dimension was more than 1 MB; then I updated index.dat file and finally dcmqrscp-movescu. Same errors. I introduced the -d option to obtain more informations: ______________...
by horus
Wed, 2006-03-15, 13:37
Forum: DCMTK - General
Topic: error movescu-dcmqrscp
Replies: 11
Views: 15005

compiled OK! But I have the same errors movescu-dcmqrscp!

Dear Mr. Eichelberg, I compiled the DCMTK 3.5.4 source code substituting findscu and movescu code provided by Michel Onken. I used Visual C++ 6.0 (Service Pack 6) under Windows XP / Intel x86 The source code files have been placed in c:\dcmtkBEFOREcmake. The project files .dsp have been obtained wit...
by horus
Sat, 2006-03-11, 14:54
Forum: DCMTK - General
Topic: error movescu-dcmqrscp
Replies: 11
Views: 15005

abnormal program termination

Hi, I'm trying to play only with movescu and dcmqrscp. In order to perform a .dcm file transfer, I realized that I must use also storescp; but I have already errors with movescu and dcmqrscp. dcmqrscp CRASHES, showing an alert window of Microsoft Visual C++ with "abnormal program termination&qu...
by horus
Thu, 2006-03-09, 19:16
Forum: DCMTK - General
Topic: error movescu-dcmqrscp
Replies: 11
Views: 15005

Dear Mr. Riesmeier, my knowledge about dicom protocol is so basic because my field of research is medical imaging, not dicom protocol. I'm trying to perform a demo for my students which consists in obtaining a patient-list and moving one or more .dcm which belong to a patient. The first part of the ...
by horus
Thu, 2006-03-09, 13:07
Forum: DCMTK - General
Topic: error movescu-dcmqrscp
Replies: 11
Views: 15005

error movescu-dcmqrscp

Hi, I'm Orazio Gambino, ph.d. at the Computer Science Department of University of Palermo. I'm trying to move a dicom file using the pair movescu->dcmqrscp. I used the following command line for movescu: _____________________________________________________________ movescu -v -P -aec ACME_STORE -aem...
by horus
Thu, 2006-03-09, 12:31
Forum: DCMTK - General
Topic: simulations for students
Replies: 28
Views: 44167

new topic at comp.protocols.dicom !

Dear Markus, " I have tried to reproduce your operations with our own ..... " Thank you, Thank you, Thank you again.... As you suggested, I' ll make a new topic on comp.protocols.dicom where I'll describe my configuration. " If all this does not help, it is inevitable to perform a deb...
by horus
Wed, 2006-03-08, 18:59
Forum: DCMTK - General
Topic: simulations for students
Replies: 28
Views: 44167

another attempt

Dear Markus, I made the following move_query.dcm: ________________________________________________________ # query patient names and IDs (0008,0052) CS [PATIENT] # QueryRetrieveLevel (0010,0020) LO [SMS511104] # PatientID ____________________________________________________ The PatientID should be e...
by horus
Wed, 2006-03-08, 17:56
Forum: DCMTK - General
Topic: simulations for students
Replies: 28
Views: 44167

again HEEEELP!!!

Dear Markus, the WARNING isn't a problem. I have already resolved it! Now the problems are: 1)What SCP application I must use with movescu? 2)What options for movescu? I noted that imagectn belongs to a previous version of DCMTK!!!! Is it so difficult to move a dicom file in a "localhost" ...
by horus
Wed, 2006-03-08, 16:21
Forum: DCMTK - General
Topic: simulations for students
Replies: 28
Views: 44167

HEEEEELP !!!!!!!!

Dear Markus,

which other application can I use as SCP counterpart for movescu?

Can you ask to a collegue specialized in this part of DCMTK?

The help documentation isn't so clear about C-move message.


Pleeeeease ! :cry:
by horus
Wed, 2006-03-08, 12:47
Forum: DCMTK - General
Topic: simulations for students
Replies: 28
Views: 44167

I tried movescu

Dear Markus, It's time to move a dicom file! I used the following command line for movescu: _____________________________________________________________ movescu -aec ACME_STORE -aem ACME_COPY localhost 104 rsp0004.dcm pause _____________________________________________________________ I use as quer...
by horus
Tue, 2006-03-07, 22:43
Forum: DCMTK - General
Topic: simulations for students
Replies: 28
Views: 44167

good news

Dear Mr. Sabin, Good News. I converted the following query.txt into a valid query.dcm file using dump2dcm: _________________________________ # query patient names and IDs (0008,0052) CS [PATIENT] # QueryRetrieveLevel (0010,0010) PN [] # PatientsName (0010,0020) LO [] # PatientID ____________________...
by horus
Tue, 2006-03-07, 15:24
Forum: DCMTK - General
Topic: simulations for students
Replies: 28
Views: 44167

Excuse me, Mr. Sabin. I forgot to convert the query.dcm file into a valid dicom file using dump2dcm. Sorry. Using the command line WITHOUT query.dcm I obtain the following logfile called 'resp0001.dcm' produced by findscu which I opened with another application: _____________________________________...
by horus
Tue, 2006-03-07, 11:40
Forum: DCMTK - General
Topic: simulations for students
Replies: 28
Views: 44167

new query

Dear Mr. Sabin, I performed the following command line as you wrote me and I added -X to obtain a log file: _____________________________________________________________ C:\home>findscu -X -v -P -k 0010,0020="SMS511104" -k 0008,0052="PATIENT" -aec ACME_STORE localhost 104 Request...
by horus
Mon, 2006-03-06, 18:49
Forum: DCMTK - General
Topic: simulations for students
Replies: 28
Views: 44167

findscu with -aec parameter

Dear Mr. Sabin, The directories C:\home\dicom\COMMON and C:\home\dicom\UNITED_STORE don't contain .dcm files. All the .dcm files are contained in C:\home\dicom\ACME_STORE. The index.dat is placed both in c:\home and C:\home\dicom\ACME_STORE. All DCMTK applications are located in c:\home. The dcmqrsc...