LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

PrepareInsertMediaObjectFailedCompositeAttributesCommand Method (MediaCreationDbDataAccessAgent)

Show in webframe






The database command which will be initialized to insert the new information.
A System.String that represents the SOP Instance UID for the media object whose information will be inserted.
The SOP Instances information which belongs to the failed media object.
A System.Int64 value that represents the DICOM Attribute value that failed.
Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.
Syntax
protected abstract void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   SopInstanceReference referencedInstance,
   long attribute
)
'Declaration
 
Protected MustOverride Sub PrepareInsertMediaObjectFailedCompositeAttributesCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal referencedInstance As SopInstanceReference, _
   ByVal attribute As Long _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim insertCommand As DbCommand
Dim sopInstanceUID As String
Dim referencedInstance As SopInstanceReference
Dim attribute As Long
 
instance.PrepareInsertMediaObjectFailedCompositeAttributesCommand(insertCommand, sopInstanceUID, referencedInstance, attribute)

            

            
protected: abstract void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   SopInstanceReference* referencedInstance,
   long attribute
) 
protected:
abstract void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   SopInstanceReference* referencedInstance,
   long 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

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.