Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table.
protected abstract void PrepareInsertMediaObjectFailedCompositeInstancesCommand(
DbCommand insertCommand,
string sopInstanceUID,
MediaCreationFailedSop failedInstance
)
Protected MustOverride Sub PrepareInsertMediaObjectFailedCompositeInstancesCommand( _
ByVal insertCommand As DbCommand, _
ByVal sopInstanceUID As String, _
ByVal failedInstance As Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationFailedSop _
)
protected:
abstract void PrepareInsertMediaObjectFailedCompositeInstancesCommand(
DbCommand^ insertCommand,
String^ sopInstanceUID,
Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationFailedSop^ failedInstance
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET