←Select platform

GetDicomDataSets(DataSet) Method

Summary

Retrieves a list of DicomDataSet that matches query parameters specified in a System.Data.DataSet from the storage source.

Syntax
C#
VB
C++
public List<DicomDataSet> GetDicomDataSets( 
   DataSet result 
) 
Public Function GetDicomDataSets( 
   ByVal result As DataSet 
) As List(Of DicomDataSet) 
public:  
   List<DicomDataSet^>^ GetDicomDataSets( 
      DataSet^ result 
   ) 

Parameters

result

A System.Data.DataSet which contains composite instance information that matches the specified query parameters.

Return Value

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.

Remarks

The dataSet argument is a CompositeInstanceDataSet that is returned from one of the following methods:

Example

For an example, refer to IStorageDataAccessAgent5.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.