←Select platform

ExistsDicomDataSet Method

Summary

Checks for the existence of a DicomDataSet with the specified SOPInstanceUID on the storage source.

Syntax
C#
VB
C++
public bool ExistsDicomDataSet( 
   string sopInstanceUID 
) 
Public Function ExistsDicomDataSet( 
   ByVal sopInstanceUID As String 
) As Boolean 
public:  
   bool ExistsDicomDataSet( 
      String^ sopInstanceUID 
   ) 

Parameters

sopInstanceUID

The SOPInstanceUID of the DicomDataSet to be checked for existence.

Return Value

true if a DicomDataSet with the specified SOPInstanceUID exists on the storage source; otherwise false.

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.