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

Show in webframe

PrepareGetVolumeNumbersCommand Method (WorkstationDataAccessAgent)







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 abstract void PrepareGetVolumeNumbersCommand( 
   DbCommand command,
   string seriesInstanceUID
)
'Declaration
 
Protected MustOverride Sub PrepareGetVolumeNumbersCommand( _
   ByVal command As DbCommand, _
   ByVal seriesInstanceUID As String _
) 
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim command As DbCommand
Dim seriesInstanceUID As String
 
instance.PrepareGetVolumeNumbersCommand(command, seriesInstanceUID)

            

            
protected: abstract void PrepareGetVolumeNumbersCommand( 
   DbCommand* command,
   string* seriesInstanceUID
) 
protected:
abstract void PrepareGetVolumeNumbersCommand( 
   DbCommand^ command,
   String^ seriesInstanceUID
) 

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

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

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