←Select platform

PrepareGetVolumeStateFileCommand Method (WorkstationSqlDataAccessAgent)

Summary

Initializes a System.Data.Common.DbCommand object to get the path of the 3D volume state file.

Syntax

C#
VB
C++
protected override void PrepareGetVolumeStateFileCommand(  
   DbCommand command, 
   int volumeNumber, 
   string seriesInstanceUID 
) 
Protected Overrides Sub PrepareGetVolumeStateFileCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal volumeNumber As Integer, _ 
   ByVal seriesInstanceUID As String _ 
) 
protected: 
void PrepareGetVolumeStateFileCommand(  
   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 state 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation.DataAccessLayer Assembly
Click or drag to resize