C#
VB
C++
Performs an image-based query and fills the Leadtools.Dicom.DicomDataSet with the images that are returned.
protected abstract void DoFindImages(
FindQuery query,
List<DicomDataSet> responseImages
)
Protected MustOverride Sub DoFindImages( _
ByVal query As Leadtools.Dicom.Scu.Common.FindQuery, _
ByVal responseImages As List(Of DicomDataSet) _
)
protected:
abstract void DoFindImages(
Leadtools.Dicom.Scu.Common.FindQuery^ query,
List<DicomDataSet^>^ responseImages
)
query
The Leadtools.Dicom.Scu.Common.FindQuery which contains the parameters for the query.
responseImages
The list to be filled with the matching Leadtools.Dicom.DicomDataSet.
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