- query
 - The FindQuery which contains the parameters for the query.
 
- responseStudies
 - The list to be filled with the matching DicomDataSet.
 
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable MustOverride Sub DoFindStudies( _ ByVal query As FindQuery, _ ByVal responseStudies As List(Of DicomDataSet) _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
protected virtual abstract void DoFindStudies( FindQuery query, List<DicomDataSet> responseStudies )  | |
| C++/CLI | |
|---|---|
protected: virtual abstract void DoFindStudies( FindQuery query, List<DicomDataSet>^ responseStudies )  | |
Parameters
- query
 - The FindQuery which contains the parameters for the query.
 - responseStudies
 - 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