PrepareInsertMediaObjectFailedCompositeAttributesCommand Method

Summary

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

Syntax
C#
VB
C++
protected abstract void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand insertCommand, 
   string sopInstanceUID, 
   SopInstanceReference referencedInstance, 
   long attribute 
) 
  
Protected MustOverride Sub PrepareInsertMediaObjectFailedCompositeAttributesCommand( _ 
   ByVal insertCommand As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal referencedInstance As SopInstanceReference, _ 
   ByVal attribute As Long _ 
)  
protected: 
abstract void PrepareInsertMediaObjectFailedCompositeAttributesCommand(  
   DbCommand^ insertCommand, 
   String^ sopInstanceUID, 
   SopInstanceReference^ referencedInstance, 
   int64 attribute 
)  

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.

referencedInstance
The SOP Instances information which belongs to the failed media object.

attribute
A System.Int64 value that represents the DICOM Attribute value that failed.

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