←Select platform

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 Leadtools.Medical.Workstation.Dataaccesslayer.AnnotationIdentifier 
Leadtools.Medical.Workstation.Dataaccesslayer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly