←Select platform

AfterCFind Event

Summary

Occurs when a C-FIND-REQ has completed.

Syntax

C#
VB
C++
public event AfterCFindDelegate AfterCFind 
  
Public Event AfterCFind As Leadtools.Dicom.Scu.Common.AfterCFindDelegate 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly