Search found 37 matches

by flo
Thu, 2006-04-13, 08:06
Forum: DCMTK - General
Topic: Socket Problem with imagectn
Replies: 12
Views: 15289

It was a simple programming-mistake. ( but hard to find :) ) .
I overrided the net-object in the main-method and so was the net-object for
the second connection (move) NULL. That caused a endless loop at the client.

greetz flo
by flo
Tue, 2006-04-11, 16:45
Forum: DCMTK - General
Topic: how to differentiate images from one patient?
Replies: 5
Views: 6110

SOPInstanceUID ???

thx flo
by flo
Tue, 2006-04-11, 16:30
Forum: DCMTK - General
Topic: how to differentiate images from one patient?
Replies: 5
Views: 6110

how to differentiate images from one patient?

Hi,

when ich have a MRT-image and and CT-image of one patient, how can I differentiate these pictures with the DICOM-Standard ( witch query parameter is that? )
Does the DICOM-tags have an element to differentiate ?
Or is that solved by study-ID ?

greetings flo
by flo
Tue, 2006-04-11, 15:48
Forum: DCMTK - General
Topic: Socket Problem with imagectn
Replies: 12
Views: 15289

solved it, was my own mistake.
by flo
Tue, 2006-04-11, 09:58
Forum: DCMTK - General
Topic: Socket Problem with imagectn
Replies: 12
Views: 15289

hi again,

i scaned the ports during the communication and everything seems working fine. the server sends at the seconde connection his request primitiv, get a respones, and so one, but the server still stops and waits for something....

any ideas?

flo
by flo
Mon, 2006-04-10, 09:01
Forum: DCMTK - General
Topic: Socket Problem with imagectn
Replies: 12
Views: 15289

works as well C:\dcmtkserver3.5.3\dcmnet\apps\debug>echoscu -v Dell28-2 10001 Requesting Association Association Accepted (Max Send PDV: 16372) Echo [1], Complete [Status: Success] Releasing Association ..\3.5.4 MAIN\dcmnet\apps\debug>storescp -v 10001 Association Received Association Acknowledged (...
by flo
Mon, 2006-04-10, 08:46
Forum: DCMTK - General
Topic: Socket Problem with imagectn
Replies: 12
Views: 15289

yes, I can ping the client and my findscu-commands works as well.
only the move-command causes a error

when the applications stops:
the server is listening on the socket connection for something and
the client is in a while loop, listening for something, too.
*strange*
by flo
Mon, 2006-04-10, 08:00
Forum: DCMTK - General
Topic: Socket Problem with imagectn
Replies: 12
Views: 15289

hi, client and server are running on different machine (server on virual machine). I am using the --port-option. movescu -v -P -k ... --port 10001 -aec DICOMSERVER -aem xxxxx -aet xxxxx 192.168.0.154 10001 my config file: # Global Configuration Parameters NetworkType = "tcp" NetworkTCPPort...
by flo
Fri, 2006-04-07, 11:35
Forum: DCMTK - General
Topic: Socket Problem with imagectn
Replies: 12
Views: 15289

I found the problem in the client: the client is in an endless loop. In the file dimmove.cxx in method "selectReadable": if (!ASC_selectReadableAssociation(assocList, assocCount, timeout)) { /* none readable */ return 0; } So, the associatiion is not readable, but why (?)
by flo
Fri, 2006-04-07, 08:52
Forum: DCMTK - General
Topic: Socket Problem with imagectn
Replies: 12
Views: 15289

The serveroutput is this: (last lines)

Requested Extended Negotiation: none
Accepted Extended Negotiation: none
Requesting Sub-Association
Constructing Associate RQ PDU
_

then nothing happens any more :(

so close to the goal :x
by flo
Thu, 2006-04-06, 13:16
Forum: DCMTK - General
Topic: Socket Problem with imagectn
Replies: 12
Views: 15289

Socket Problem with imagectn

Hi, I'm using imagectn and movescu. It works very good until imagectn wants to send the requested file to movescu. imagectn wants to create a new socket-connection at socket 384 and then imagectn stops. The problem is in file dcmtrans.cxx at position return recv(getSocket(), (char *)buf, nbyte, 0); ...
by flo
Tue, 2006-04-04, 11:04
Forum: DCMTK - General
Topic: 3.5.3 imagectn error
Replies: 3
Views: 4416

Hi,

I tried the same as horum in viewtopic.php?t=677&postdays=0&postorder=asc&start=15
but I get only one response but I have three different patients in my index.dat....

any ideas ?

greetz and thx flo
by flo
Mon, 2006-04-03, 09:32
Forum: DCMTK - General
Topic: 3.5.3 imagectn error
Replies: 3
Views: 4416

Hi,

can I get all patientnames on the Server by using findSCU ?
With "0010,0010=*" or "0010,0010= " I get only the first patient from index.dat.

greetz flo
by flo
Wed, 2006-03-22, 13:36
Forum: DCMTK - General
Topic: 3.5.3 imagectn error
Replies: 3
Views: 4416

3.5.3 imagectn error

Hi, this is an error from my Server. I want to get all Patientnames [*] from the server.... ... ... # Dicom-Data-Set # Used TransferSyntax: LittleEndianExplicit (0010,0010) PN [*] # 2, 1 PatientsName DB_startMoveRequest(): missing Query/Retrieve Level imagectn: moveSCP: Database: DB_startMoveRequest...
by flo
Tue, 2006-03-21, 13:42
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 32515

Hi,

found the error. The path in the config-file must be relativ !!! This should be explained in the doku. :wink:

flo