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

PrepareInsertMediaObjectFailedCompositeAttributesCommand Method (MediaCreationSqlDbDataAccessAgent)

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 which information will be inserted.
A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the SOP Instances information which belongs to the failed media object.
The DICOM Attribute value that failed.
Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.
Syntax
protected override void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   SopInstanceReference referencedInstance,
   long attribute
)
'Declaration
 
Protected Overrides Sub PrepareInsertMediaObjectFailedCompositeAttributesCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal referencedInstance As SopInstanceReference, _
   ByVal attribute As Long _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim insertCommand As DbCommand
Dim sopInstanceUID As String
Dim referencedInstance As SopInstanceReference
Dim attribute As Long
 
instance.PrepareInsertMediaObjectFailedCompositeAttributesCommand(insertCommand, sopInstanceUID, referencedInstance, attribute)

            

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

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


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