LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

StoreAnnotationObject Method (WorkstationDataAccessAgent)

Show in webframe






The SOPInstanceUID of the data set to be associated with the annotation storageFile.
The file that contains the annotations
A description that is asociated with the annotations
Stores the annotation storageFile in the database.
Syntax
public AnnotationIdentifier StoreAnnotationObject( 
   string sopInstanceUID,
   string storageFile,
   string description
)
'Declaration
 
Public Function StoreAnnotationObject( _
   ByVal sopInstanceUID As String, _
   ByVal storageFile As String, _
   ByVal description As String _
) As AnnotationIdentifier
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim sopInstanceUID As String
Dim storageFile As String
Dim description As String
Dim value As AnnotationIdentifier
 
value = instance.StoreAnnotationObject(sopInstanceUID, storageFile, 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

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

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.