←Select platform

PrepareStoreAnnotationObjectCommand Method

Summary

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

Syntax

C#
VB
C++
protected override void PrepareStoreAnnotationObjectCommand( 
   DbCommand command, 
   int annotationNumber, 
   string sopInstanceUID, 
   string annotationDescription, 
   string annotationFileName 
) 
  
Protected Overrides Sub PrepareStoreAnnotationObjectCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal annotationNumber As Integer, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal annotationDescription As String, _ 
   ByVal annotationFileName As String _ 
)  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly