- query
- The Leadtools.Dicom.Scu.Common.FindQuery which contains the parameters for the query.
- responseImages
- The list to be filled with the matching Leadtools.Dicom.DicomDataSet.
Visual Basic (Declaration) | |
---|---|
Protected MustOverride Sub DoFindImages( _ ByVal query As FindQuery, _ ByVal responseImages As List(Of DicomDataSet) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As QueryClient Dim query As FindQuery Dim responseImages As List(Of DicomDataSet) instance.DoFindImages(query, responseImages) |
C# | |
---|---|
protected abstract void DoFindImages( FindQuery query, List<DicomDataSet> responseImages ) |
C++/CLI | |
---|---|
protected: abstract void DoFindImages( FindQuery^ query, List<DicomDataSet^>^ responseImages ) |
Parameters
- query
- The Leadtools.Dicom.Scu.Common.FindQuery which contains the parameters for the query.
- responseImages
- The list to be filled with the matching Leadtools.Dicom.DicomDataSet.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7