LEADTOOLS Medical (Leadtools.Medical.Workstation.Client assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DoFindSeries Method
See Also 
Leadtools.Medical.Workstation.Client Namespace > QueryClient Class : DoFindSeries Method



query
The Leadtools.Dicom.Scu.Common.FindQuery which contains the parameters for the query.
responseSeries
The list to be filled with the matching Leadtools.Dicom.DicomDataSet.
query
The Leadtools.Dicom.Scu.Common.FindQuery which contains the parameters for the query.
responseSeries
The list to be filled with the matching Leadtools.Dicom.DicomDataSet.
Performs a series-based query and fills the Leadtools.Dicom.DicomDataSet with the series that is returned.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub DoFindSeries( _
   ByVal query As FindQuery, _
   ByVal responseSeries As List(Of DicomDataSet) _
) 
Visual Basic (Usage)Copy Code
Dim instance As QueryClient
Dim query As FindQuery
Dim responseSeries As List(Of DicomDataSet)
 
instance.DoFindSeries(query, responseSeries)
C# 
protected abstract void DoFindSeries( 
   FindQuery query,
   List<DicomDataSet> responseSeries
)
C++/CLI 
protected:
abstract void DoFindSeries( 
   FindQuery^ query,
   List<DicomDataSet^>^ responseSeries
) 

Parameters

query
The Leadtools.Dicom.Scu.Common.FindQuery which contains the parameters for the query.
responseSeries
The list to be filled with the matching Leadtools.Dicom.DicomDataSet.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Client requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features