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

PrepareGetAnnotationsCountCommand Method (WorkstationDataAccessAgent)







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 abstract void PrepareGetAnnotationsCountCommand( 
   DbCommand command,
   string sopInstanceUID
)
'Declaration
 
Protected MustOverride Sub PrepareGetAnnotationsCountCommand( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUID As String _
) 
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUID As String
 
instance.PrepareGetAnnotationsCountCommand(command, sopInstanceUID)
protected abstract void PrepareGetAnnotationsCountCommand( 
   DbCommand command,
   string sopInstanceUID
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent.PrepareGetAnnotationsCountCommand( 
   command ,
   sopInstanceUID 
)
protected: abstract void PrepareGetAnnotationsCountCommand( 
   DbCommand* command,
   string* sopInstanceUID
) 
protected:
abstract void PrepareGetAnnotationsCountCommand( 
   DbCommand* command,
   string* sopInstanceUID
) 

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

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

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