←Select platform

BeforeAssociateRequest Event

Summary

Occurs when an associate request is sent to the SCP.

Syntax

C#
VB
C++
public event BeforeAssociationRequestDelegate BeforeAssociateRequest 
  
Public Event BeforeAssociateRequest As Leadtools.Dicom.Scu.Common.BeforeAssociationRequestDelegate 

Event Data

The event handler receives an argument of type BeforeAssociateRequestEventArgs containing data related to this event. The following BeforeAssociateRequestEventArgs properties provide information specific to this event.

PropertyDescription
Associate Gets the associate.
PresentationContexts Gets the presentation contexts.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
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