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

PrepareDeleteVolumeCommand Method (WorkstationSqlDataAccessAgent)







Type: System.Data.Common.DbCommand The database command to be initialized to execute a delete operation for the 3D volume information.
Type: System.Int32 The 3D volume number within 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 which deletes a 3D volume information from the database.
Syntax
protected override void PrepareDeleteVolumeCommand( 
   DbCommand command,
   int volumeNumber,
   string seriesInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareDeleteVolumeCommand( _
   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.PrepareDeleteVolumeCommand(command, volumeNumber, seriesInstanceUID)
protected override void PrepareDeleteVolumeCommand( 
   DbCommand command,
   int volumeNumber,
   string seriesInstanceUID
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent.PrepareDeleteVolumeCommand( 
   command ,
   volumeNumber ,
   seriesInstanceUID 
)
protected: void PrepareDeleteVolumeCommand( 
   DbCommand* command,
   int volumeNumber,
   string* seriesInstanceUID
) override 
protected:
void PrepareDeleteVolumeCommand( 
   DbCommand* command,
   int volumeNumber,
   string* seriesInstanceUID
) override 

Parameters

command
Type: System.Data.Common.DbCommand The database command to be initialized to execute a delete operation for the 3D volume information.
volumeNumber
Type: System.Int32 The 3D volume number within 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.