DVTk API
SendAssociateAc Method
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageHandlerSendAssociateAc()()()
DVTk API

[This is preliminary documentation and is subject to change.]

Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
Declaration Syntax
C#Visual BasicVisual C++
protected AssociateAc SendAssociateAc()
Protected Function SendAssociateAc As AssociateAc
protected:
AssociateAc^ SendAssociateAc()
Return Value
The sent AssociateAc.
Remarks
The following holds for the presentation contexts in the sent A-ASSOCIATE-AC:
- All requested presentation contexts will be accepted (have result field 0).
- For each requested presentation context, the first proposed transfer syntax will be used.

If an A-ASSOCIATE-RJ should be sent when none of the requested presentation contexts is accepted, use the SendAssociateRp()()() method instead.
Exceptions
ExceptionCondition
Exception Last received message is not an A-ASSOCIATE-RQ or no message has been received at all.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0