←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#
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly