[This is preliminary documentation and is subject to change.]
Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
| C# | Visual Basic | Visual C++ |
protected AssociateAc SendAssociateAc()
Protected Function SendAssociateAc As AssociateAc
protected: AssociateAc^ SendAssociateAc()
The sent AssociateAc.
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.
- 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.
| Exception | Condition |
|---|---|
| Exception |
Last received message is not an A-ASSOCIATE-RQ or no message has been received at all.
|