←Select platform

AfterAssociateRequest Event

Summary

Occurs after receiving an associate response from the SCP.

Syntax

C#
VB
C++
public event AfterAssociateRequestDelegate AfterAssociateRequest 
  
Public Event AfterAssociateRequest As Leadtools.Dicom.Scu.Common.AfterAssociateRequestDelegate 

Event Data

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.

PropertyDescription
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.
Example

For an example refer to StoreScu.Store(DicomScp, string, string, bool).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly