←Select platform

GetDicomDataSet Method

Summary

Retrieves a DicomDataSet with the specified SOPInstanceUID from the storage source.

Syntax
C#
VB
C++
public DicomDataSet GetDicomDataSet( 
   string sopInstanceUID 
) 
Public Function GetDicomDataSet( 
   ByVal sopInstanceUID As String 
) As DicomDataSet 
public:  
   DicomDataSet^ GetDicomDataSet( 
      String^ sopInstanceUID 
   ) 

Parameters

sopInstanceUID

The SOPInstanceUID of the DicomDataSet to be retrieved.

Return Value

A DicomDataSet whose SOPInstanceUID is sopInstanceUID.

If no such DicomDataSet exists, then null is returned.

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.