Search found 37 matches

by flo
Tue, 2006-03-21, 11:40
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 33200

Hi again :) I found the part of code witch causes the error: In dcmqrcnf.cxx in the function DcmQueryRetrieveConfig::peerInAETitle. the problem is this line : !strcmp(HostName, CNF_Config.AEEntries .Peers[j].HostName)) The second HostName is empty ( at port 1024 (?) ) Which placeholder do I have to ...
by flo
Fri, 2006-03-17, 16:21
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 33200

hi,

X is allowed to access. Do I have to write/note ANY-SCP in the config-file of dcmqrscp ?

greetz flo
by flo
Fri, 2006-03-17, 15:17
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 33200

Server: PDU Type: Associate Request, PDU Length: 367 + 6 bytes PDU header 01 00 00 00 01 6f 00 01 00 00 41 4e 59 2d 53 43 50 20 20 20 20 20 20 20 20 20 56 47 53 54 55 44 49 4f 20 20 20 20 20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 0...
by flo
Fri, 2006-03-17, 14:54
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 33200

thx, I did that :D

now I use movescu and dcmqrscp.
dcmqrscp tells me know ( :( ) that my client uses a "badAEService" -> thats not in the documentation.
I changed the config-fil, the index file is there too, and in debug-mode I can't find the error ....

greetz flo
by flo
Fri, 2006-03-17, 10:14
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 33200

hi,

I wanna do both :). First I want to ask the Sever what files he has, the I select one or more and then the server should send them to me ....
Is this possible with one tool?

greetz flo
by flo
Fri, 2006-03-17, 09:40
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 33200

hi again, is used movescu as client now and storescp as server. I have still the same problem. My server responds like this: PDU Type: Associate Request, PDU Length: 367 + 6 bytes PDU header 01 00 00 00 01 6f 00 01 00 00 41 4e 59 2d 53 43 50 20 20 20 20 20 20 20 20 20 56 47 53 54 55 44 49 4f 20 20 2...
by flo
Thu, 2006-03-16, 16:43
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 33200

yes, I found it some minutes ago, thx
by flo
Thu, 2006-03-16, 15:18
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 33200

hi again, ok I could get closer to the problem: my server (storescp) tells me, that my abstract synatx ist not supperted: Presentation Contexts: Context ID: 1 (Abstract Syntax Not Supported) Abstract Syntax: =FINDModalityWorklistInformationModel Proposed SCP/SCU Role: Default Accepted SCP/SCU Role: ...
by flo
Wed, 2006-03-15, 15:59
Forum: DCMTK - General
Topic: Error "No acceptable Presentation context"
Replies: 15
Views: 33200

Error "No acceptable Presentation context"

hi,

I get this error "No acceptable Presentation context" on clientside .
What did I forget?

greetz flo
by flo
Tue, 2006-03-14, 16:06
Forum: DCMTK - General
Topic: T_ASC_Network object-definition
Replies: 1
Views: 2502

ok, found it.
by flo
Tue, 2006-03-14, 14:56
Forum: DCMTK - General
Topic: T_ASC_Network object-definition
Replies: 1
Views: 2502

T_ASC_Network object-definition

hi,

in the main-function in findscu.cxx is a pointer *net to a T_ASC_Network-Object initialized. Where is the initialization of the object
( ... = new T_ASC_Network ) ?

greetz flo
by flo
Thu, 2006-03-09, 14:31
Forum: DCMTK - General
Topic: findscu : responseIdentifiers
Replies: 3
Views: 4065

no answer ?
by flo
Thu, 2006-03-09, 09:13
Forum: DCMTK - General
Topic: findscu : responseIdentifiers
Replies: 3
Views: 4065

findscu : responseIdentifiers

hi,

in findscu:
in the method findSCU is the order cond = DIMSE_findUser(...);

Here the "progreeCallback"-call is for printing the result of "responseIdentifiers"?
This responseIdentifiers contains the result-information of findscu like pat.name, Id, ... ?

greetz flo
by flo
Wed, 2006-03-08, 11:59
Forum: DCMTK - General
Topic: findscu : get all informations
Replies: 3
Views: 4016

hi, I found in the findscu-source the "DcmDataDictionary". witch file is that? index.dat? my idea is, to send this dictionary from the server to the client and get the infos out of this file. Could that work? a question to the posting of horus. in the query.dcm: (0010,0010) PN [] # Patient...
by flo
Wed, 2006-03-08, 10:31
Forum: DCMTK - General
Topic: findscu : get all informations
Replies: 3
Views: 4016

findscu : get all informations

hi,

I wanna get all informations about patientnames, ID's, Modality etc. from a server. With findscu I can only find 1 Patient (0010,0010="Smith" ) .

Is there a posibility to get all patientnames lying on the server?

greetz flo