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

Show in webframe

PrepareGetVolumeFileCommand Method (WorkstationSqlDataAccessAgent)







Type: System.Data.Common.DbCommand The database command to be initialized to execute the query for the 3D volume data file path.
Type: System.Int32 The 3D volume number 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 the path of the 3D volume data file.
Syntax
protected override void PrepareGetVolumeFileCommand( 
   DbCommand command,
   int volumeNumber,
   string seriesInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareGetVolumeFileCommand( _
   ByVal command As DbCommand, _
   ByVal volumeNumber As Integer, _
   ByVal seriesInstanceUID As String _
) 
'Usage
 
Dim instance As WorkstationSqlDataAccessAgent
Dim command As DbCommand
Dim volumeNumber As Integer
Dim seriesInstanceUID As String
 
instance.PrepareGetVolumeFileCommand(command, volumeNumber, seriesInstanceUID)

            

            
protected: void PrepareGetVolumeFileCommand( 
   DbCommand* command,
   int volumeNumber,
   string* seriesInstanceUID
) override 
protected:
void PrepareGetVolumeFileCommand( 
   DbCommand^ command,
   int volumeNumber,
   String^ seriesInstanceUID
) override 

Parameters

command
Type: System.Data.Common.DbCommand The database command to be initialized to execute the query for the 3D volume data file path.
volumeNumber
Type: System.Int32 The 3D volume number 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

WorkstationSqlDataAccessAgent Class
WorkstationSqlDataAccessAgent 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