LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

PrepareIsSeriesVolumeExistsCommand Method (WorkstationSqlDataAccessAgent)

Show in webframe






Type: System.Data.Common.DbCommand The database command to be initialized to execute the query which decides whether a 3D volume exists.
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 returns a scalar value if a 3D volume exists for the given series.
Syntax
protected override void PrepareIsSeriesVolumeExistsCommand( 
   DbCommand command,
   string seriesInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareIsSeriesVolumeExistsCommand( _
   ByVal command As DbCommand, _
   ByVal seriesInstanceUID As String _
) 
'Usage
 
Dim instance As WorkstationSqlDataAccessAgent
Dim command As DbCommand
Dim seriesInstanceUID As String
 
instance.PrepareIsSeriesVolumeExistsCommand(command, seriesInstanceUID)

            

            
protected: void PrepareIsSeriesVolumeExistsCommand( 
   DbCommand* command,
   string* seriesInstanceUID
) override 
protected:
void PrepareIsSeriesVolumeExistsCommand( 
   DbCommand* command,
   string* seriesInstanceUID
) override 

Parameters

command
Type: System.Data.Common.DbCommand The database command to be initialized to execute the query which decides whether a 3D volume exists.
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.