StoreAnnotationObject Method

Summary

Stores the annotation storageFile in the database.

Syntax
C#
VB
C++
public AnnotationIdentifier StoreAnnotationObject( 
   string sopInstanceUID, 
   string storageFile, 
   string description 
) 
  
Public Function StoreAnnotationObject( _ 
   ByVal sopInstanceUID As String, _ 
   ByVal storageFile As String, _ 
   ByVal description As String _ 
) As AnnotationIdentifier 
public: 
AnnotationIdentifier^ StoreAnnotationObject(  
   String^ sopInstanceUID, 
   String^ storageFile, 
   String^ description 
)  

Parameters

sopInstanceUID
The SOPInstanceUID of the data set to be associated with the annotation storageFile.

storageFile
The file that contains the annotations

description
A description that is asociated with the annotations

Return Value

An AnnotationIdentifier.

Remarks

This method stores the annotations contained in storageFile in a database by executing the query defined by the PrepareStoreAnnotationObjectCommand method. An AnnotationIdentifier is returned that associates the annotation storageFile with the sopInstanceUID and the description.

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