PrepareIsSeriesVolumeExistsCommand Method

Summary
Initializes a System.Data.Common.DbCommand object which returns a scalar value if a 3D volume exists for the given series.
Syntax
C#
VB
C++
protected abstract void PrepareIsSeriesVolumeExistsCommand( 
   DbCommand command, 
   string seriesInstanceUID 
) 
  
Protected MustOverride Sub PrepareIsSeriesVolumeExistsCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal seriesInstanceUID As String _ 
)  
protected: 
abstract void PrepareIsSeriesVolumeExistsCommand(  
   DbCommand^ command, 
   String^ seriesInstanceUID 
)  

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.