PrepareStoreAnnotationObjectCommand Method

Summary

Initializes a System.Data.Common.DbCommand to insert an annotation.

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

Parameters

command
The System.Data.Common.DbCommand to be initialized.

annotationNumber
An ID that will be associated with the annotation container being inserted

sopInstanceUID
The SOPInstanceUID of the data set that is associated with the annotation.

annotationDescription
The description of the annotation being inserted

annotationFileName
The file name that contains the annotation being inserted

Remarks

Override this method to provide the database specific behavior for inserting an annotation.

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