Type:
System.Data.Common.DbCommand The database command to be initialized to execute the query for the 3D volume user identifier string.
Initializes a
System.Data.Common.DbCommand object to get the user identifier string of a 3D volume.
Syntax
protected abstract void PrepareGetUserIdentifierCommand(
DbCommand command,
int ,
string
)
'Declaration
Protected MustOverride Sub PrepareGetUserIdentifierCommand( _
ByVal command As DbCommand, _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As WorkstationDataAccessAgent
Dim command As DbCommand
Dim volumeNumber As Integer
Dim seriesInstanceUID As String
instance.PrepareGetUserIdentifierCommand(command, volumeNumber, seriesInstanceUID)
protected: abstract void PrepareGetUserIdentifierCommand(
DbCommand* command,
int ,
string*
)
protected:
abstract void PrepareGetUserIdentifierCommand(
DbCommand* command,
int ,
string*
)
Parameters
- command
- Type: System.Data.Common.DbCommand The database command to be initialized to execute the query for the 3D volume user identifier string.
- 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
See Also