DoFindSeries Method

Summary
Perform a series-based query and fills the Leadtools.Dicom.DicomDataSet with the series that are returned Leadtools.Dicom.DicomDataSet (Inherited from Leadtools.Medical.Workstation.Client.QueryClient)
Syntax
C#
VB
C++
protected override void DoFindSeries( 
   FindQuery query, 
   List<DicomDataSet> responseSeries 
) 
  
Protected Overrides Sub DoFindSeries( _ 
   ByVal query As FindQuery, _ 
   ByVal responseSeries As List(Of DicomDataSet) _ 
)  
protected: 
void DoFindSeries(  
   FindQuery^ query, 
   List<DicomDataSet^>^ responseSeries 
) override  

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 values.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.