Initializes a
System.Data.Common.DbCommand object to get the path of the 3D volume state file.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WorkstationDataAccessAgent
Dim command As DbCommand
Dim volumeNumber As Integer
Dim seriesInstanceUID As String
instance.PrepareGetVolumeStateFileCommand(command, volumeNumber, seriesInstanceUID) |
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also