AfterCFind Event

Summary

Occurs when a C-FIND-REQ has completed.

Syntax
C#
VB
C++
public event AfterCFindDelegate AfterCFind 
  
Public Event AfterCFind As AfterCFindDelegate 
public: 
event AfterCFindDelegate^ AfterCFind 

Event Data

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

PropertyDescription
MatchCount Gets the match count.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
Status Gets the status.

Example

For an example refer to Find(DicomScp,FindQuery)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly