LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)
LEAD Technologies, Inc

PrepareGetAnnotationsCountCommand Method (WorkstationSqlDataAccessAgent)







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 override void PrepareGetAnnotationsCountCommand( 
   DbCommand command,
   string sopInstanceUID
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationSqlDataAccessAgent Class
WorkstationSqlDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.