[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.
| C# | Visual Basic | Visual C++ |
protected DulMessage SendAssociateRp()
Protected Function SendAssociateRp As DulMessage
protected: DulMessage^ SendAssociateRp()
The sent AssociateAc or AssociateRj.
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.
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.
| Exception | Condition |
|---|---|
| Exception |
Last received message is not an A-ASSOCIATE-RQ or no message has been received at all.
|