PrepareInsertMediaObjectFailedCompositeInstancesCommand Method

Summary
Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table.
Syntax
C#
C++/CLI
protected override void PrepareInsertMediaObjectFailedCompositeInstancesCommand( 
   DbCommand insertCommand, 
   string sopInstanceUID, 
   MediaCreationFailedSop failedInstance 
) 
protected: void PrepareInsertMediaObjectFailedCompositeInstancesCommand(  
   DbCommand* insertCommand, 
   string* sopInstanceUID, 
   MediaCreationFailedSop* failedInstance 
) override  
protected: 
void PrepareInsertMediaObjectFailedCompositeInstancesCommand(  
   DbCommand^ insertCommand, 
   String^ sopInstanceUID, 
   MediaCreationFailedSop^ failedInstance 
) override  

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 which information will be inserted.

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.