Retrieves a list of DicomDataSet that matches query parameters specified in a System.Data.DataSet from the storage source.
public List<DicomDataSet> GetDicomDataSets(
DataSet result
)
Public Function GetDicomDataSets(
ByVal result As DataSet
) As List(Of DicomDataSet)
public:
List<DicomDataSet^>^ GetDicomDataSets(
DataSet^ result
)
result
A System.Data.DataSet which contains composite instance information that matches the specified query parameters.
A List of DicomDataSet that corresponds to the query parameters specified in System.Data.DataSet.
If no such DicomDataSet exists, an empty List is returned.
The dataSet argument is a CompositeInstanceDataSet that is returned from one of the following methods:
For an example, refer to IStorageDataAccessAgent5.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document