←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#
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 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