StoreAnnotationObject Method

Summary
Stores the annotation storageFile in the database.
Syntax
C#
VB
C++
public AnnotationIdentifier StoreAnnotationObject( 
   string sopInstanceUID, 
   string storageFile, 
   string description 
) 
  
Function StoreAnnotationObject( _ 
   ByVal sopInstanceUID As String, _ 
   ByVal storageFile As String, _ 
   ByVal description As String _ 
) As AnnotationIdentifier 
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 An AnnotationIdentifier is returned that associates the annotation storageFile with the sopInstanceUID and the description.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

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