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