DeleteMediaObject(MediaCreationManagement) Method

Summary

Deletes media objects that matches the provided media object from the data store.

Syntax
C#
VB
C++
public void DeleteMediaObject( 
   MediaCreationManagement matchingMediaObject 
) 
  
Public Overridable Sub DeleteMediaObject( _ 
   ByVal matchingMediaObject As MediaCreationManagement _ 
)  
public: void DeleteMediaObject(  
   MediaCreationManagement* matchingMediaObject 
)  

Parameters

matchingMediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object to match for when deleting the media objects.

Remarks

Some fields may not be supported for matching. Each provider implementing this method can support their own.

A minimum support for matching fields should include the SOP Instance UID

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.Media.DataAccessLayer Assembly