Search found 15 matches

by celine18
Tue, 2006-08-29, 12:43
Forum: DCMTK - General
Topic: Apply AETitle
Replies: 5
Views: 5773

Thank you! but it still doesn't work!! Can you tell me what corresponds to the parameter dcmfile_in of the function movescu? is it the file I want to take?
Can I specify the directory where I want the image to be sent?
by celine18
Tue, 2006-08-29, 09:57
Forum: DCMTK - General
Topic: Apply AETitle
Replies: 5
Views: 5773

I am sorry, but I didn't understand very well when and how I set the AETitle? Is there a command line I have to do before my findscu and movescu in order to initiate the network?? Which one ? How to send the A-ASSOCIATE-RQ message? Because if I only add "--aetitle MY_AETITLE" to the comman...
by celine18
Fri, 2006-08-25, 14:30
Forum: DCMTK - General
Topic: movescu parameters
Replies: 3
Views: 4062

Hello,

If I well understood, the movescu is enough to store images in the current directory? I don't need to use storeSCP?

Thanks for those precious information !!
by celine18
Fri, 2006-08-25, 14:09
Forum: DCMTK - General
Topic: Apply AETitle
Replies: 5
Views: 5773

Apply AETitle

Hello!

I am developping a java application, making query/retrieve. To take images from the pacs, my application needs to have an AETitle. Unfortunately, I don't know how to apply an aetitle to my application. Is there a function in DICOM Toolkit which enables to do that ?

Thanks...
by celine18
Thu, 2006-08-24, 13:14
Forum: DCMTK - General
Topic: movescu parameters
Replies: 3
Views: 4062

movescu parameters

hello!! I tried the movescu to take some images from a pacs, but it seems that I am missing a parameter... Here is my command: movescu -S -k 0008,0052=STUDY -k 0010,0010=BEAUFIX -k 0020,000d=1.2.840.99999.5.1.9999.1.001 xx.xxx.x.xxx 1115 -aec xxx_SCP Another question: What should I expect if it work...
by celine18
Thu, 2006-08-24, 10:27
Forum: DCMTK - General
Topic: findscu, movescu, storescu ???
Replies: 1
Views: 7122

findscu, movescu, storescu ???

hello!! I have an application, and i'd like it to: - find all the "studies" for a given patient whom I know the name --> for this I use findscu... - take the images of a study, with the studyID i took from the findscu,and store it in a directory on my computer --> for this, I don't know if...
by celine18
Mon, 2006-07-31, 09:53
Forum: DCMTK - General
Topic: findscu class
Replies: 1
Views: 2963

findscu class

Hello! I can't find in the dcmtk help what are argc and argv[], the parameters of the main method of findscu. Does it refer to the parameters in the CommandLine (for exemple -k, -P ...)? In what order? I'd like to know this because I want to call this method from my application to make a query from ...
by celine18
Wed, 2006-07-26, 08:10
Forum: DCMTK - General
Topic: Findscu in Visual studio
Replies: 1
Views: 2852

Findscu in Visual studio

Hello!!

I would like to use findscu and movescu to do Query / Retrieve from my application (a webservice developped in C#). I know how to use it from the prompt, but does someone know if there are somewhere exemples of code to use it from an application?
Thanks...!
by celine18
Fri, 2006-07-21, 09:47
Forum: DCMTK - General
Topic: problem findscu
Replies: 9
Views: 12066

Hello! I am sorry, but I really don't understand what's wrong! I replaced findscu.cxx in my source, but when I compile it, the findscu.exe generated doen't seem to be the same as the one you sent me (it doesn't have the same size...) So, I just replaced the findscu.exe in the directory C:\Program Fi...
by celine18
Thu, 2006-07-20, 16:40
Forum: DCMTK - General
Topic: problem findscu
Replies: 9
Views: 12066

No! it doesn't work! But I have the same error as this morning: error: bad key format or dictionary name not found in dictionary: 0008,0052=patient May be I didn't do good things with the source code you sent me... I replaced findscu.exe in the directory C:\Program Files\Microsoft Visual Studio\COMM...
by celine18
Thu, 2006-07-20, 15:59
Forum: DCMTK - General
Topic: problem findscu
Replies: 9
Views: 12066

If I erase "0008,0052="patient"", it doesn't work... I have an error message on my SCP: getQRLevel_qrs(MC_Get_Value_To_String): Tag Parameter invalid I don't really undersyand what that means, but I presume that the query level is missing...!And if ùI erase the "-P", th...
by celine18
Thu, 2006-07-20, 14:39
Forum: DCMTK - General
Topic: problem findscu
Replies: 9
Views: 12066

problem findscu

hello! I had a problem this morning with findscu command. That was normal as it came from the version of dcmtk. I replaced the findscu.exe and the findscu.cc, and the problem with the query level seems to be resolved. But now, I have another one!! Here is my command: findscu -P 0008,0052="patie...
by celine18
Thu, 2006-07-20, 10:39
Forum: DCMTK - General
Topic: dicom query retrieve level
Replies: 1
Views: 3303

dicom query retrieve level

Hello! I am trying to do query retrieve...and i can't define the level of query in my command. Here is my command, without the level: findscu -P -k 0010,0010 -k 0010,0030 -k 0010,0040 @IP_PACS Port_Pacs -aec AEtitle_SCP This command doesn't work, because the level of query seems to be missing. I tri...
by celine18
Thu, 2006-07-13, 14:03
Forum: DCMTK - General
Topic: use dcmtk "query/retrieve"
Replies: 0
Views: 16066

use dcmtk "query/retrieve"

Hello! I developped a webservice, and I'd like it to "query" and "retrieve" images from a PACS. I installed DCMTK, CMake... Now DCMTK packages are installed in C:\Program Files\Microsoft Visual Studio\COMMON\IDE\IDE98 But now, I don't know how to use findscu and movescu to do que...
by celine18
Fri, 2006-07-07, 13:18
Forum: DCMTK - General
Topic: DICOM librairies
Replies: 1
Views: 3235

DICOM librairies

Hello!! I developped a webservice with Visual studio 2005. I'd like to make query/retrieve from this webservice, using DCMTK, to take some pictures from a PACS. Does someone know how i have to use DCMTK, which librairies i need (just to do query/retrieve)? At the installation, it proposes several li...