Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

Show in webframe

PrepareGetAnnotationDescriptionCommand Method (WorkstationSqlDataAccessAgent)







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

            

            
protected: void PrepareGetAnnotationDescriptionCommand( 
   DbCommand* command,
   string* sopInstanceUID,
   int annotationNumber
) override 
protected:
void PrepareGetAnnotationDescriptionCommand( 
   DbCommand^ command,
   String^ sopInstanceUID,
   int annotationNumber
) 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.
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

See Also

Reference

WorkstationSqlDataAccessAgent Class
WorkstationSqlDataAccessAgent Members

Error processing SSI file
   Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features