Search found 3 matches

by aasayonak
Wed, 2007-09-19, 14:52
Forum: DCMTK - General
Topic: Extended association negotiation
Replies: 4
Views: 6780

I see in dcmnet\libsrc\assoc.cxx:

Code: Select all

#define ASC_SOP_CLASS_EXTENDED_NEGOTIATION_ITEM_TYPE    0x56
While I am using 0x57 Item type, which is SOP_CLASS_COMMON_EXTENDED_NEGOTIATION.

Maybe that item type is not supported?? :idea:
by aasayonak
Wed, 2007-09-19, 14:45
Forum: DCMTK - General
Topic: Extended association negotiation
Replies: 4
Views: 6780

I did! Unfortunatly storescu seems to ignore completely the [[ExtendedNegotiation]] section :? The config file: # ============================================================================ [[TransferSyntaxes]] # ============================================================================ [Uncompre...
by aasayonak
Mon, 2007-09-17, 17:55
Forum: DCMTK - General
Topic: Extended association negotiation
Replies: 4
Views: 6780

Extended association negotiation

As a part of a config file ("--config-file" option) it is possible to configure Extended Association negotiation. However, in the documentation for i.e. storescu it says that extended negotiation is not supported. So, is it supported for storescu or not? If not, is there a reason why not? ...