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