Search found 9 matches

by zsomi
Wed, 2006-11-08, 13:52
Forum: DCMTK - General
Topic: dcmqrscp with my own mover
Replies: 1
Views: 2785

dcmqrscp with my own mover

Hi! My problem is that I wrote my own mover program. It works well, if I am communicating with another comuter. But now, I want to try out dcmqrscp. The config file is: NetworkType = "tcp" NetworkTCPPort = 104 MaxPDUSize = 16384 MaxAssociations = 16 Display = "no" #--------------...
by zsomi
Sat, 2006-10-14, 13:31
Forum: DCMTK - General
Topic: movescu question
Replies: 6
Views: 8816

Hi:)

Ok, I solved the problem, now it works:)

Thank you for helping me!!!

Bye
by zsomi
Wed, 2006-10-11, 11:30
Forum: DCMTK - General
Topic: movescu question
Replies: 6
Views: 8816

Hello Jörg! I didn't give it up:) Result: movescu -v -P 3.187.95.132 -aet ENYEM -aec x40-1 4006 dcmfile -->C-Move RSP: MsgID: 1 [Status=Failed: MoveDestinationUnknown] movescu -v -P --port 4006 3.187.95.132 -aet ENYEM -aec x40-1 -aem ~/svn/diploma/trunk/aux/dcm_move/ 4006 dcmfile -->C-Move RSP: MsgI...
by zsomi
Tue, 2006-10-10, 13:41
Forum: DCMTK - General
Topic: movescu question
Replies: 6
Views: 8816

Hi:)

Thanx for the answer, I changed
movescu -v -S 3.187.95.132 -aet ENYEM -aec x40-1 4006 dcmfile
to
movescu -v -P 3.187.95.132 -aet ENYEM -aec x40-1 4006 dcmfile

but it gives the same answer with
AffectedSOPClassUID: =MOVEPatientRootQueryRetrieveInformationModel
by zsomi
Thu, 2006-10-05, 11:25
Forum: DCMTK - General
Topic: movescu question
Replies: 6
Views: 8816

movescu question

Hi! My problem is: findscu -S 3.187.95.132 -aet ENYEM -aec x40-1 4006 dcmfile gives me 18 answer, and in one of these the patient ID is ANON 305 But: I made a dicom file with dump2dcm: # request all images for the patient with ID=PAT001 (0008,0052) CS [PATIENT] # QueryRetrieveLevel (0010,0020) LO [A...
by zsomi
Thu, 2006-08-03, 16:21
Forum: DCMTK - General
Topic: query level
Replies: 2
Views: 3668

Thanx, I solved the problem:)
by zsomi
Wed, 2006-08-02, 17:23
Forum: DCMTK - General
Topic: query level
Replies: 2
Views: 3668

query level

Hi, I use DCMTK library for my own application, and i want to make a multilevel findscu in it. I can have a "query level = STUDY" findSCU, and I store the information i got in a structure. In the next level, i try to choose one of theese stored results and make a findSCU with "query l...
by zsomi
Tue, 2006-08-01, 09:32
Forum: DCMTK - General
Topic: findscu question
Replies: 2
Views: 3364

Thanks
by zsomi
Tue, 2006-08-01, 08:39
Forum: DCMTK - General
Topic: findscu question
Replies: 2
Views: 3364

findscu question

Hello!

I want to use findscu to get the whole list of available dcm files. How could I do this?
Because here:
http://support.dcmtk.org/docs/findscu.html
I read that except for peer and port the arguments are optional, but it gives a mistake, if I don't give any argument.

Thanks for your answer.