[This is preliminary documentation and is subject to change.]
Sends a Dicom A_ASSOCIATE_RJ.
| C# | Visual Basic | Visual C++ |
protected AssociateRj SendAssociateRj( byte result, byte source, byte reason )
Protected Function SendAssociateRj ( _ result As Byte, _ source As Byte, _ reason As Byte _ ) As AssociateRj
protected: AssociateRj^ SendAssociateRj( unsigned char result, unsigned char source, unsigned char reason )
- result (Byte)
- The result as defined in the Dicom standard.
- source (Byte)
- The source as defined in the Dicom standard.
- reason (Byte)
- The reason as defined in the Dicom standard.
The sent A_ASSOCIATE_RJ.
| Exception | Condition |
|---|---|
| Exception |
Sending of the A_ASSOCIATE_RJ fails.
|