PrepareGetAnnotationDescriptionCommand Method

Summary

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

Syntax
C#
VB
C++
protected abstract void PrepareGetAnnotationDescriptionCommand( 
   DbCommand command, 
   string sopInstanceUID, 
   int annotationNumber 
) 
  
Protected MustOverride Sub PrepareGetAnnotationDescriptionCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal annotationNumber As Integer _ 
)  
protected: 
abstract void PrepareGetAnnotationDescriptionCommand(  
   DbCommand^ command, 
   String^ sopInstanceUID, 
   int annotationNumber 
)  

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.

annotationNumber
The ID of the annotation container

Remarks

Override this method to provide the database specific behavior for getting the annotation count that corresponds to an sopInstanceUID.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly