LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

PrepareFindMediaObjectFailedCompositeAttributesCommand Method (MediaCreationSqlDbDataAccessAgent)

Show in webframe






The database command which will be initialized to return the information.
A System.String that represents the SOP Instance UID for the media object which information will be returned.
A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the failed instance information in the media object which attributes will be returned.
Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Attributes" Table.
Syntax
protected override void PrepareFindMediaObjectFailedCompositeAttributesCommand( 
   DbCommand queryCommand,
   string sopInstanceUID,
   SopInstanceReference failedSopInstance
)
'Declaration
 
Protected Overrides Sub PrepareFindMediaObjectFailedCompositeAttributesCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal failedSopInstance As SopInstanceReference _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim queryCommand As DbCommand
Dim sopInstanceUID As String
Dim failedSopInstance As SopInstanceReference
 
instance.PrepareFindMediaObjectFailedCompositeAttributesCommand(queryCommand, sopInstanceUID, failedSopInstance)

            

            
protected: void PrepareFindMediaObjectFailedCompositeAttributesCommand( 
   DbCommand* queryCommand,
   string* sopInstanceUID,
   SopInstanceReference* failedSopInstance
) override 
protected:
void PrepareFindMediaObjectFailedCompositeAttributesCommand( 
   DbCommand* queryCommand,
   string* sopInstanceUID,
   SopInstanceReference* failedSopInstance
) override 

Parameters

queryCommand
The database command which will be initialized to return the information.
sopInstanceUID
A System.String that represents the SOP Instance UID for the media object which information will be returned.
failedSopInstance
A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the failed instance information in the media object which attributes will be returned.
Requirements

Target Platforms

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.