PrepareStoreAnnotationObjectCommand Method

Summary
Initializes a System.Data.Common.DbCommand to insert an annotation.
Syntax
C#
C++/CLI
protected override void PrepareStoreAnnotationObjectCommand( 
   DbCommand command, 
   int annotationNumber, 
   string sopInstanceUID, 
   string annotationDescription, 
   string annotationFileName 
) 
protected: void PrepareStoreAnnotationObjectCommand(  
   DbCommand* command, 
   int annotationNumber, 
   string* sopInstanceUID, 
   string* annotationDescription, 
   string* annotationFileName 
) override  
protected: 
void PrepareStoreAnnotationObjectCommand(  
   DbCommand^ command, 
   int annotationNumber, 
   String^ sopInstanceUID, 
   String^ annotationDescription, 
   String^ annotationFileName 
) override  

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.