←Select platform

PrepareGetAnnotationsCountCommand Method (WorkstationSqlDataAccessAgent)

Summary

Initializes a System.Data.Common.DbCommand to get the number of annotation containers associated with an sopInstanceUID.

Syntax

C#
VB
C++
protected override void PrepareGetAnnotationsCountCommand(  
   DbCommand command, 
   string sopInstanceUID 
) 
Protected Overrides Sub PrepareGetAnnotationsCountCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUID As String _ 
) 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation.DataAccessLayer Assembly
Click or drag to resize