Occurs after receiving an associate response from the SCP.
public event AfterAssociateRequestDelegate AfterAssociateRequest
Public Event AfterAssociateRequest As Leadtools.Dicom.Scu.Common.AfterAssociateRequestDelegate
public:
event Leadtools.Dicom.Scu.Common.AfterAssociateRequestDelegate^ AfterAssociateRequest
The event handler receives an argument of type AfterAssociateRequestEventArgs containing data related to this event. The following AfterAssociateRequestEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Associate | Gets the associate. |
Reason | Gets the reason. |
Rejected | Gets a value indicating whether this AfterAssociateRequestEventArgs is rejected. |
Result | Gets the result. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
Source | Gets the source. |
For an example refer to StoreScu.Store(DicomScp, string, string, bool).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET