←Select platform

StoreAnnotationObject Method (WorkstationDataAccessAgent)

Summary

Stores the annotation storageFile in the database.

Syntax

C#
VB
C++
public Leadtools.Medical.Workstation.Dataaccesslayer.AnnotationIdentifier StoreAnnotationObject(  
   string sopInstanceUID, 
   string storageFile, 
   string description 
) 
Public Function StoreAnnotationObject( _ 
   ByVal sopInstanceUID As String, _ 
   ByVal storageFile As String, _ 
   ByVal description As String _ 
) As Leadtools.Medical.Workstation.Dataaccesslayer.AnnotationIdentifier 
public: 
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 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation.DataAccessLayer Assembly
Click or drag to resize