←Select platform

PrepareInsertMediaObjectFailedCompositeInstancesCommand Method (MediaCreationSqlDbDataAccessAgent)

Summary

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

Syntax

C#
VB
C++
protected override void PrepareInsertMediaObjectFailedCompositeInstancesCommand(  
   DbCommand insertCommand, 
   string sopInstanceUID, 
   Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationFailedSop failedInstance 
) 
Protected Overrides Sub PrepareInsertMediaObjectFailedCompositeInstancesCommand( _ 
   ByVal insertCommand As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal failedInstance As Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationFailedSop _ 
) 
protected: 
void PrepareInsertMediaObjectFailedCompositeInstancesCommand(  
   DbCommand^ insertCommand, 
   String^ sopInstanceUID, 
   Leadtools.Dicom.Common.Datatypes.Mediacreation.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Media.DataAccessLayer Assembly
Click or drag to resize