Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

Show in webframe

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

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

Error processing SSI file
   Leadtools.Medical.Media.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features