Search found 8 matches

by nibor
Thu, 2011-07-21, 08:53
Forum: DCMTK - General
Topic: System.TypeInitializationException with /clr project
Replies: 1
Views: 4091

Ok solved!

The solution is in this topic : HERE

Sorry I should read more the other topics before. I have seen the topic before but I thought that it wasn't the same problem, I was wrong.
by nibor
Wed, 2011-07-20, 10:46
Forum: DCMTK - General
Topic: System.TypeInitializationException with /clr project
Replies: 1
Views: 4091

System.TypeInitializationException with /clr project

Hi, I have recently developped some classes using dcmtk in a project and it worked just fine. But then we decided to use the Common Language Runtime (CLR) in our Visual Studio 2010 project to change the interface and since I can't use this application with dcmtk: When I compile without any part of d...
by nibor
Wed, 2011-04-20, 15:29
Forum: DCMTK - General
Topic: movescu Error: Failed - Unable to process
Replies: 5
Views: 11734

Ok solved: like here : http://forum.dcmtk.org/viewtopic.php?t=1200&highlight=movescu I had to put a fix number to the port in the conquest config: MOVESCU 127.0.0.1 104 un instead of : MOVESCU 127.0.0.1 * un And to fix the retrieve port in the movescu command (adding "--port 104"). Tha...
by nibor
Wed, 2011-04-20, 11:13
Forum: DCMTK - Installation
Topic: Erreur sortie Visual pendant Génération
Replies: 5
Views: 9244

I see principaly 1 error: c:\zlib-1.2.1\include\zconf.h(280): fatal error C1083: Impossible d'ouvrir le fichier include : 'unistd.h' : No such file or directory So maybe you should see this link (I see you're french too) : http://www.commentcamarche.net/forum/affich-9234408-c-rafraichissement-consol...
by nibor
Wed, 2011-04-20, 10:04
Forum: DCMTK - General
Topic: movescu Error: Failed - Unable to process
Replies: 5
Views: 11734

For example, I have the conquest log when a request is working (here with k-pacs) : [CONQUESTSRV1] UPACS THREAD 44: STARTED AT: Wed Apr 20 10:48:01 2011 [CONQUESTSRV1] A-ASSOCIATE-RQ Packet Dump [CONQUESTSRV1] Calling Application Title : "KPServer" [CONQUESTSRV1] Called Application Title :...
by nibor
Wed, 2011-04-20, 09:25
Forum: DCMTK - General
Topic: movescu Error: Failed - Unable to process
Replies: 5
Views: 11734

Hi Jörg, Thanks for your quick answer, I have checked all what you said but it still not works. Indeed the move destination is "DCMTK" because I use the "--aetitle DCMTK" parameter. I try to remove it and to reconfigure the conquest server but it did not change anything. I also c...
by nibor
Tue, 2011-04-19, 17:07
Forum: DCMTK - General
Topic: movescu Error: Failed - Unable to process
Replies: 5
Views: 11734

movescu Error: Failed - Unable to process

Hi, I try to retrieve a dicom image using movescu but I have a strange error and I can't find where is the problem. Here is what movescu said (in debug mode) : movescu.exe --aetitle DCMTK --call CONQUESTSRV1 -d -to 10 127.0.0.1 5678 conf0.dcm D: $dcmtk: movescu v3.6.0 2011-01-06 $ D: D: Request Para...
by nibor
Mon, 2011-04-18, 15:10
Forum: DCMTK - General
Topic: How to read findResponses ?
Replies: 8
Views: 8217

Thank you for your quick answer, I had the same problem and I used your code, modified to compile: FINDResponses responses; OFCondition bRet=poScu->sendFINDRequest(cxID, &findParams, &responses); if(bRet.bad()) { cout << "Error sendFindRequest: "<< bRet.text() << endl; } cout<<resp...