←Select platform

BeforeCFind Event

Summary

Occurs when C-FIND-REQ is sent to the SCP.

Syntax

C#
VB
C++
public event BeforeCFindDelegate BeforeCFind 
  
Public Event BeforeCFind As Leadtools.Dicom.Scu.Common.BeforeCFindDelegate 

Event Data

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

PropertyDescription
AffectedClass Gets the affected class.
Dataset Gets the dataset.
MessageId Gets the message id.
PresentationID Gets the presentation ID.
Priority Gets or sets the priority.
QueryLevel Gets the query level.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
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