LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)
LEAD Technologies, Inc

PrepareInsertMediaObjectFailedCompositeAttributesCommand Method (MediaCreationSqlDbDataAccessAgent)







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 which information will be inserted.
A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the SOP Instances information which belongs to the failed media object.
The DICOM Attribute value that failed.
Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.
Syntax
protected override void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   SopInstanceReference referencedInstance,
   long attribute
)
'Declaration
 
Protected Overrides Sub PrepareInsertMediaObjectFailedCompositeAttributesCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal referencedInstance As SopInstanceReference, _
   ByVal attribute As Long _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim insertCommand As DbCommand
Dim sopInstanceUID As String
Dim referencedInstance As SopInstanceReference
Dim attribute As Long
 
instance.PrepareInsertMediaObjectFailedCompositeAttributesCommand(insertCommand, sopInstanceUID, referencedInstance, attribute)
protected override void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   SopInstanceReference referencedInstance,
   long attribute
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationSqlDbDataAccessAgent.PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   insertCommand ,
   sopInstanceUID ,
   referencedInstance ,
   attribute 
)
protected: void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   SopInstanceReference* referencedInstance,
   long attribute
) override 
protected:
void PrepareInsertMediaObjectFailedCompositeAttributesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   SopInstanceReference* referencedInstance,
   long attribute
) 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.
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.