Search found 37 matches

by flo
Tue, 2006-03-07, 13:35
Forum: DCMTK - General
Topic: Client/Server with dcmqrscp,.....
Replies: 2
Views: 3304

thx
by flo
Tue, 2006-03-07, 11:04
Forum: DCMTK - General
Topic: Client/Server with dcmqrscp,.....
Replies: 2
Views: 3304

Client/Server with dcmqrscp,.....

Hi, i wanna get images from a dcmqrscp-server. first: I have to start the server dcmqrscp. second: I will look after files on server with findscu from clientside third: I send an request with dcmqrti for specific file to server and I start storescp on the client fourth: The server-application dcmqrs...
by flo
Tue, 2006-02-28, 11:23
Forum: DCMTK - General
Topic: fiindscu -> error
Replies: 1
Views: 2735

fiindscu -> error

Hi, I have a server running with storescp; my dictionary-file, my index.dat and my query-file are present. Now I wanna call : findscu -P -k 0010,0020="123" 192.168.1.1 1001 query.dcm I get every time the message: error: bad key format or dictionary name not found in dictionary: '0010,0020=...
by flo
Fri, 2006-02-24, 14:26
Forum: DCMTK - General
Topic: Use DCMTK TCP komunication
Replies: 6
Views: 7122

Thanks a lot
by flo
Fri, 2006-02-24, 12:34
Forum: DCMTK - General
Topic: Use DCMTK TCP komunication
Replies: 6
Views: 7122

Hi,

ok, thank you.
One last small question: when I want to recieve images from a server, do I use:
Movescu on client and server,
or Movescu on client and storescp on server,
or termscu on client and movescp on server ?

greetz and thx
by flo
Fri, 2006-02-24, 10:22
Forum: DCMTK - General
Topic: Use DCMTK TCP komunication
Replies: 6
Views: 7122

Hi, it did that. for example: i don't need the whole cmd-stuff from "storescu.cxx". the first interesting line is : OFCondition cond = ASC_initializeNetwork(NET_REQUESTOR, 0, opt_acse_timeout, &net); or cond = ASC_setTransportLayer(net, tLayer, 0); for SSL-comunication. This starts the...
by flo
Fri, 2006-02-24, 09:53
Forum: DCMTK - General
Topic: Use DCMTK TCP komunication
Replies: 6
Views: 7122

Use DCMTK TCP komunication

Hi,

i wanna use the TCP-komunication of the DCMTK-lib without the exe-files.
Is it right that the file assoc.h/cxx provides this functions?
Can I have a short overview, how it works?

greetz Flo