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

PrepareFindMediaObjectFailedCompositeInstancesCommand Method (MediaCreationDbDataAccessAgent)

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.
Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Instances" Table.
Syntax
protected abstract void PrepareFindMediaObjectFailedCompositeInstancesCommand( 
   DbCommand queryCommand,
   string sopInstanceUID
)
'Declaration
 
Protected MustOverride Sub PrepareFindMediaObjectFailedCompositeInstancesCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal sopInstanceUID As String _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim queryCommand As DbCommand
Dim sopInstanceUID As String
 
instance.PrepareFindMediaObjectFailedCompositeInstancesCommand(queryCommand, sopInstanceUID)

            

            
protected: abstract void PrepareFindMediaObjectFailedCompositeInstancesCommand( 
   DbCommand* queryCommand,
   string* sopInstanceUID
) 
protected:
abstract void PrepareFindMediaObjectFailedCompositeInstancesCommand( 
   DbCommand* queryCommand,
   string* sopInstanceUID
) 

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.
Requirements

Target Platforms

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


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