PrepareInsertMediaObjectFailedCompositeInstancesCommand Method

Summary

Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table.

Syntax
C#
VB
C++
protected abstract void PrepareInsertMediaObjectFailedCompositeInstancesCommand( 
   DbCommand insertCommand, 
   string sopInstanceUID, 
   MediaCreationFailedSop failedInstance 
) 
  
Protected MustOverride Sub PrepareInsertMediaObjectFailedCompositeInstancesCommand( _ 
   ByVal insertCommand As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal failedInstance As MediaCreationFailedSop _ 
)  
protected: 
abstract void PrepareInsertMediaObjectFailedCompositeInstancesCommand(  
   DbCommand^ insertCommand, 
   String^ sopInstanceUID, 
   MediaCreationFailedSop^ failedInstance 
)  

Parameters

insertCommand
The database command which will be initialized to insert the new information.

sopInstanceUID
A System.String that represents the SOP Instance UID for the media object whose information will be inserted.

failedInstance
The Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationFailedSop object that represents the information of the failed SOP in the media object.

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