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

PrepareInsertMediaObjectFailedCompositeInstancesCommand 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.MediaCreation.MediaCreationFailedSop object that represents the information of the failed SOP in the media object.
Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table.
Syntax
protected override void PrepareInsertMediaObjectFailedCompositeInstancesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   MediaCreationFailedSop failedInstance
)
'Declaration
 
Protected Overrides Sub PrepareInsertMediaObjectFailedCompositeInstancesCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal failedInstance As MediaCreationFailedSop _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim insertCommand As DbCommand
Dim sopInstanceUID As String
Dim failedInstance As MediaCreationFailedSop
 
instance.PrepareInsertMediaObjectFailedCompositeInstancesCommand(insertCommand, sopInstanceUID, 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

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


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