Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.
protected override void PrepareInsertMediaObjectFailedCompositeAttributesCommand(
DbCommand insertCommand,
string sopInstanceUID,
SopInstanceReference referencedInstance,
long attribute
)
Protected Overrides Sub PrepareInsertMediaObjectFailedCompositeAttributesCommand( _
ByVal insertCommand As DbCommand, _
ByVal sopInstanceUID As String, _
ByVal referencedInstance As Leadtools.Dicom.Common.Datatypes.SopInstanceReference, _
ByVal attribute As Long _
)
protected:
void PrepareInsertMediaObjectFailedCompositeAttributesCommand(
DbCommand^ insertCommand,
String^ sopInstanceUID,
Leadtools.Dicom.Common.Datatypes.SopInstanceReference^ referencedInstance,
int64 attribute
) override
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.
referencedInstance
A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the SOP Instances information which belongs to the failed media object.
attribute
The DICOM Attribute value that failed.
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