PrepareGetAnnotationFileCommand Method

Summary
Initializes a System.Data.Common.DbCommand to get the annotation file associated with an  sopInstanceUID.
Syntax
C#
C++/CLI
protected abstract void PrepareGetAnnotationFileCommand( 
   DbCommand command, 
   string sopInstanceUID, 
   int annotationNumber 
) 
protected: abstract void PrepareGetAnnotationFileCommand(  
   DbCommand* command, 
   string* sopInstanceUID, 
   int annotationNumber 
)  
protected: 
abstract void PrepareGetAnnotationFileCommand(  
   DbCommand^ command, 
   String^ sopInstanceUID, 
   int annotationNumber 
)  

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 file that corresponds to an  sopInstanceUID and  annotationNumber.

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.