PrepareInsertMediaObjectFailedCompositeAttributesCommand Method

Summary
Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.
Syntax
C#
C++/CLI
protected override void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand insertCommand, 
   string sopInstanceUID, 
   SopInstanceReference referencedInstance, 
   long attribute 
) 
protected: void PrepareInsertMediaObjectFailedCompositeAttributesCommand(  
   DbCommand* insertCommand, 
   string* sopInstanceUID, 
   SopInstanceReference* referencedInstance, 
   long attribute 
) override  
protected: 
void PrepareInsertMediaObjectFailedCompositeAttributesCommand(  
   DbCommand^ insertCommand, 
   String^ sopInstanceUID, 
   SopInstanceReference^ referencedInstance, 
   int64 attribute 
) 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.

referencedInstance
A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the SOP Instances information which belongs to the failed media object.

attribute
The DICOM Attribute value that failed.

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.