←Select platform

PrepareDeleteAnnotationCommand Method (WorkstationSqlDataAccessAgent)

Summary

Initializes a System.Data.Common.DbCommand to delete the annotation container that corresponds to the sopInstanceUID and annotationNumber.

Syntax

C#
VB
C++
protected override void PrepareDeleteAnnotationCommand(  
   DbCommand command, 
   string sopInstanceUID, 
   int annotationNumber 
) 
Protected Overrides Sub PrepareDeleteAnnotationCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal annotationNumber As Integer _ 
) 
protected: 
void PrepareDeleteAnnotationCommand(  
   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 deleting the annotation container associated with sopInstanceUID and annotationNumber.

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