Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.
protected abstract void PrepareInsertMediaObjectFailedCompositeAttributesCommand(
DbCommand insertCommand,
string sopInstanceUID,
SopInstanceReference referencedInstance,
long attribute
)
Protected MustOverride Sub PrepareInsertMediaObjectFailedCompositeAttributesCommand( _
ByVal insertCommand As DbCommand, _
ByVal sopInstanceUID As String, _
ByVal referencedInstance As SopInstanceReference, _
ByVal attribute As Long _
)
protected:
abstract void PrepareInsertMediaObjectFailedCompositeAttributesCommand(
DbCommand^ insertCommand,
String^ sopInstanceUID,
SopInstanceReference^ referencedInstance,
int64 attribute
)
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.
referencedInstance
The SOP Instances information which belongs to the failed media object.
attribute
A System.Int64 value that represents the DICOM Attribute value that failed.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document