DVTk API
SendAssociateRp Method
DVTkDvtkHighLevelInterface.Dicom.ThreadsDicomThreadSendAssociateRp()()()
DVTk API

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

Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the previously received A-ASSOCIATE-RQ.
Declaration Syntax
C#Visual BasicVisual C++
protected DulMessage SendAssociateRp()
Protected Function SendAssociateRp As DulMessage
protected:
DulMessage^ SendAssociateRp()
Return Value
The sent AssociateAc or AssociateRj.
Remarks
This method will send an A-ASSOCIATE-AC if at least one presentation context will be accepted according to the rules specified below. Otherwise an A-ASSOCIATE-RJ will be sent.

The following holds for the presentation contexts in the 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.
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