←Select platform

MatchStudyDelegate Delegate

Summary

Represents the method that will handle the MatchStudy event.

Syntax

C#
VB
C++
public delegate void MatchStudyDelegate(  
   object sender, 
   Leadtools.Dicom.Scu.Common.MatchEventArgs<Study> e 
) 
Public Delegate Sub MatchStudyDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As Leadtools.Dicom.Scu.Common.MatchEventArgs(Of Study) _ 
) 
public delegate void MatchStudyDelegate(  
   Object^ sender, 
   Leadtools.Dicom.Scu.Common.MatchEventArgs<Study^>^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data that contains event data.

Example

For an example refer to QueryRetrieveScu.Find(DicomScp,FindQuery).

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Scu Assembly
Click or drag to resize