C#
VB
C++
Represents the method that will handle a DICOM match.
public delegate void DicomMatchDelegate(
T1 obj,
DicomDataSet ds
)
Public Delegate Sub DicomMatchDelegate(Of T1)( _
ByVal obj As T1, _
ByVal ds As Leadtools.Dicom.DicomDataSet _
)
generic<typename T1>
public delegate void DicomMatchDelegate(
_T1^_ obj,
Leadtools.Dicom.DicomDataSet^ ds
)
obj
The data created from the match.
ds
The original dataset returned from the C-FIND-REQ.
T1
The type of class to return on a match.
For an example refer to QueryRetrieveScu.Find<TQuery,TResult>
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