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

PrepareQueryMediaPathCommand Method (MediaCreationDbDataAccessAgent)

Show in webframe






The database command which will be initialized to return the information.
An Array of strings that represent the SOP Instance UIDs for the media object which information will be returned.
Initializes a System.Data.Common.DbCommand which query for the media location from the "Media Location" Table.
Syntax
protected abstract void PrepareQueryMediaPathCommand( 
   DbCommand queryCommand,
   string[] mediaSopInstanceUID
)
'Declaration
 
Protected MustOverride Sub PrepareQueryMediaPathCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal mediaSopInstanceUID() As String _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim queryCommand As DbCommand
Dim mediaSopInstanceUID() As String
 
instance.PrepareQueryMediaPathCommand(queryCommand, mediaSopInstanceUID)

            

            
protected: abstract void PrepareQueryMediaPathCommand( 
   DbCommand* queryCommand,
   string*[]* mediaSopInstanceUID
) 
protected:
abstract void PrepareQueryMediaPathCommand( 
   DbCommand* queryCommand,
   array<String^>^ mediaSopInstanceUID
) 

Parameters

queryCommand
The database command which will be initialized to return the information.
mediaSopInstanceUID
An Array of strings that represent the SOP Instance UIDs 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.