StoreAnnotationObject Method

Summary
Stores the annotation  storageFile in the database.
Syntax
C#
C++/CLI
public AnnotationIdentifier StoreAnnotationObject( 
   string sopInstanceUID, 
   string storageFile, 
   string description 
) 
public: AnnotationIdentifier* StoreAnnotationObject(  
   string* sopInstanceUID, 
   string* storageFile, 
   string* description 
)  
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 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.