Retrieves a DicomDataSet with the specified SOPInstanceUID from the storage source.
public DicomDataSet GetDicomDataSet(
string sopInstanceUID
)
Public Function GetDicomDataSet(
ByVal sopInstanceUID As String
) As DicomDataSet
public:
DicomDataSet^ GetDicomDataSet(
String^ sopInstanceUID
)
sopInstanceUID
The SOPInstanceUID of the DicomDataSet to be retrieved.
A DicomDataSet whose SOPInstanceUID is sopInstanceUID.
If no such DicomDataSet exists, then null is returned.
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