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

PrepareFindMediaObjectReferencedCompositeInstancesCommand 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 whose information will be returned.
Initializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Composite Instances" Table.
Syntax
protected abstract void PrepareFindMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand queryCommand,
   string sopInstanceUID
)
'Declaration
 
Protected MustOverride Sub PrepareFindMediaObjectReferencedCompositeInstancesCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal sopInstanceUID As String _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim queryCommand As DbCommand
Dim sopInstanceUID As String
 
instance.PrepareFindMediaObjectReferencedCompositeInstancesCommand(queryCommand, sopInstanceUID)
protected abstract void PrepareFindMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand queryCommand,
   string sopInstanceUID
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent.PrepareFindMediaObjectReferencedCompositeInstancesCommand( 
   queryCommand ,
   sopInstanceUID 
)
protected: abstract void PrepareFindMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand* queryCommand,
   string* sopInstanceUID
) 
protected:
abstract void PrepareFindMediaObjectReferencedCompositeInstancesCommand( 
   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 whose information 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.