←Select platform

OnBeforeAssociateAccept Method

Summary

Called before an associate accept is accepted by the SCU.

Syntax
C#
VB
C++
protected virtual void OnBeforeAssociateAccept( 
   DicomAssociate associate 
) 
Protected Overridable Sub OnBeforeAssociateAccept( 
   ByVal associate As DicomAssociate 
) 
protected:  
   virtual void OnBeforeAssociateAccept( 
      DicomAssociate^ associate 
   ) 

Parameters

associate

Leadtools.Dicom.DicomAssociate object that is to be accepted.

Remarks

You can modify the Leadtools.Dicom.DicomAssociate object before it is accepted by overriding this method in a derived class.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.