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

PrepareQueryMediaPathCommand Method (MediaCreationSqlDbDataAccessAgent)







The database command which will be initialized to return the information.
An System.Array of strings that represent the SOP Instance UIDs for the media object which information will be returned.
Initializes a System.Data.Common.DbCommand that will query for the media location from the "Media Location" Table.
Syntax
protected override void PrepareQueryMediaPathCommand( 
   DbCommand queryCommand,
   string[] mediaSopInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareQueryMediaPathCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal mediaSopInstanceUID() As String _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim queryCommand As DbCommand
Dim mediaSopInstanceUID() As String
 
instance.PrepareQueryMediaPathCommand(queryCommand, mediaSopInstanceUID)
protected override void PrepareQueryMediaPathCommand( 
   DbCommand queryCommand,
   string[] mediaSopInstanceUID
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationSqlDbDataAccessAgent.PrepareQueryMediaPathCommand( 
   queryCommand ,
   mediaSopInstanceUID 
)
protected: void PrepareQueryMediaPathCommand( 
   DbCommand* queryCommand,
   string*[]* mediaSopInstanceUID
) override 
protected:
void PrepareQueryMediaPathCommand( 
   DbCommand* queryCommand,
   array<String^>^ mediaSopInstanceUID
) override 

Parameters

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

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

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