C#
VB
C++
Occurs when C-FIND-REQ is sent to the SCP.
public event BeforeCFindDelegate BeforeCFind
Public Event BeforeCFind As Leadtools.Dicom.Scu.Common.BeforeCFindDelegate
public:
event Leadtools.Dicom.Scu.Common.BeforeCFindDelegate^ BeforeCFind
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.
Property | Description |
---|---|
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. |
For an example refer to Find(dicomscp,findquery)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET