C#
VB
C++
Occurs when a C-FIND-REQ has completed.
public event AfterCFindDelegate AfterCFind
Public Event AfterCFind As Leadtools.Dicom.Scu.Common.AfterCFindDelegate
public:
event Leadtools.Dicom.Scu.Common.AfterCFindDelegate^ AfterCFind
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.
Property | Description |
---|---|
MatchCount | Gets the match count. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
Status | Gets the status. |
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