- query
 - The FindQuery which contains the parameters for the query.
 
- responseSeries
 - The list to be filled with the matching DicomDataSet.
 
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable MustOverride Sub DoFindSeries( _ ByVal query As FindQuery, _ ByVal responseSeries As List(Of DicomDataSet) _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
protected virtual abstract void DoFindSeries( FindQuery query, List<DicomDataSet> responseSeries )  | |
| C++/CLI | |
|---|---|
protected: virtual abstract void DoFindSeries( FindQuery query, List<DicomDataSet>^ responseSeries )  | |
Parameters
- query
 - The FindQuery which contains the parameters for the query.
 - responseSeries
 - The list to be filled with the matching DicomDataSet.
 
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code