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

PrepareFindMediaObjectFailedCompositeAttributesCommand Method (MediaCreationDbDataAccessAgent)







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 abstract void PrepareFindMediaObjectFailedCompositeAttributesCommand( 
   DbCommand queryCommand,
   string sopInstanceUID,
   SopInstanceReference failedSopInstance
)
'Declaration
 
Protected MustOverride Sub PrepareFindMediaObjectFailedCompositeAttributesCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal failedSopInstance As SopInstanceReference _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim queryCommand As DbCommand
Dim sopInstanceUID As String
Dim failedSopInstance As SopInstanceReference
 
instance.PrepareFindMediaObjectFailedCompositeAttributesCommand(queryCommand, sopInstanceUID, failedSopInstance)
protected abstract void PrepareFindMediaObjectFailedCompositeAttributesCommand( 
   DbCommand queryCommand,
   string sopInstanceUID,
   SopInstanceReference failedSopInstance
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent.PrepareFindMediaObjectFailedCompositeAttributesCommand( 
   queryCommand ,
   sopInstanceUID ,
   failedSopInstance 
)
protected: abstract void PrepareFindMediaObjectFailedCompositeAttributesCommand( 
   DbCommand* queryCommand,
   string* sopInstanceUID,
   SopInstanceReference* failedSopInstance
) 
protected:
abstract void PrepareFindMediaObjectFailedCompositeAttributesCommand( 
   DbCommand* queryCommand,
   string* sopInstanceUID,
   SopInstanceReference* failedSopInstance
) 

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: 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

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

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