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

PrepareGetAnnotationsCountCommand Method (WorkstationSqlDataAccessAgent)

Show in webframe






The System.Data.Common.DbCommand to be initialized.
The SOP Instance UID of the data set that is associated with the annotation.
Initializes a System.Data.Common.DbCommand to get the number of annotation containers associated with an sopInstanceUID.
Syntax
protected override void PrepareGetAnnotationsCountCommand( 
   DbCommand command,
   string sopInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareGetAnnotationsCountCommand( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUID As String _
) 
'Usage
 
Dim instance As WorkstationSqlDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUID As String
 
instance.PrepareGetAnnotationsCountCommand(command, sopInstanceUID)

            

            
protected: void PrepareGetAnnotationsCountCommand( 
   DbCommand* command,
   string* sopInstanceUID
) override 
protected:
void PrepareGetAnnotationsCountCommand( 
   DbCommand* command,
   string* sopInstanceUID
) override 

Parameters

command
The System.Data.Common.DbCommand to be initialized.
sopInstanceUID
The SOP Instance UID of the data set that is associated with the annotation.
Remarks
Override this method to provide the database specific behavior for getting the annotation count that corresponds to an sopInstanceUID.
Requirements

Target Platforms

See Also

Reference

WorkstationSqlDataAccessAgent Class
WorkstationSqlDataAccessAgent Members

 

 


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