←Select platform

DeleteMetadataXml Method

Summary

Deletes the XML metadata from the MetadataXml database table that corresponds to a list of SOP Instance UIDs.

Syntax
C#
VB
C++
public void DeleteMetadataXml( 
   List<string> sopInstanceUids 
) 
Public Sub DeleteMetadataXml( 
   ByVal sopInstanceUids As List(Of String) 
) 
public:  
   void DeleteMetadataXml( 
      List<String^>^ sopInstanceUids 
   ) 

Parameters

sopInstanceUids

A List of the SOP Instance UID (0008,0018) of the DicomDataSet metadata to be deleted.
Remarks

The MetadataXml database table contains one XML metadata record for each SOP Instance UID.

Call this method to selectively remove the XML metadata records that corresponds to a list of SOP Instance UIDs.

Example

For an example, refer to IStorageDataAccessAgent4.

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.