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

PrepareInsertMediaObjectFailedCompositeInstancesCommand 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 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 abstract void PrepareInsertMediaObjectFailedCompositeInstancesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   MediaCreationFailedSop failedInstance
)
'Declaration
 
Protected MustOverride Sub PrepareInsertMediaObjectFailedCompositeInstancesCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal failedInstance As MediaCreationFailedSop _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim insertCommand As DbCommand
Dim sopInstanceUID As String
Dim failedInstance As MediaCreationFailedSop
 
instance.PrepareInsertMediaObjectFailedCompositeInstancesCommand(insertCommand, sopInstanceUID, failedInstance)

            

            
protected: abstract void PrepareInsertMediaObjectFailedCompositeInstancesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   MediaCreationFailedSop* failedInstance
) 
protected:
abstract void PrepareInsertMediaObjectFailedCompositeInstancesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   MediaCreationFailedSop* failedInstance
) 

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.
failedInstance
The 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

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


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