←Select platform

DeleteMetadataJson Method

Summary

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

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

Parameters

sopInstanceUids

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

The MetadataJson database table contains one JSON metadata record for each SOP Instance UID.

Call this method to selectively remove the JSON metadata records that correspond 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.