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

PrepareGetVolumeNumbersCommand Method (WorkstationSqlDataAccessAgent)







Type: System.Data.Common.DbCommand The database command to be initialized to execute the query for all available 3D volume numbers in a series.
Type: System.String The Series Instance UID of the series which the 3D volume was generated from.
Initializes a System.Data.Common.DbCommand object to get all the number of the available 3D volume in a series.
Syntax
protected override void PrepareGetVolumeNumbersCommand( 
   DbCommand command,
   string seriesInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareGetVolumeNumbersCommand( _
   ByVal command As DbCommand, _
   ByVal seriesInstanceUID As String _
) 
'Usage
 
Dim instance As WorkstationSqlDataAccessAgent
Dim command As DbCommand
Dim seriesInstanceUID As String
 
instance.PrepareGetVolumeNumbersCommand(command, seriesInstanceUID)
protected override void PrepareGetVolumeNumbersCommand( 
   DbCommand command,
   string seriesInstanceUID
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent.PrepareGetVolumeNumbersCommand( 
   command ,
   seriesInstanceUID 
)
protected: void PrepareGetVolumeNumbersCommand( 
   DbCommand* command,
   string* seriesInstanceUID
) override 
protected:
void PrepareGetVolumeNumbersCommand( 
   DbCommand* command,
   string* seriesInstanceUID
) override 

Parameters

command
Type: System.Data.Common.DbCommand The database command to be initialized to execute the query for all available 3D volume numbers in a series.
seriesInstanceUID
Type: System.String The Series Instance UID of the series which the 3D volume was generated from.
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

WorkstationSqlDataAccessAgent Class
WorkstationSqlDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

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