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

StoreAnnotationObject Method (IWorkstationDataAccessAgent)

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
AnnotationIdentifier StoreAnnotationObject( 
   string sopInstanceUID,
   string storageFile,
   string description
)
'Declaration
 
Function StoreAnnotationObject( _
   ByVal sopInstanceUID As String, _
   ByVal storageFile As String, _
   ByVal description As String _
) As AnnotationIdentifier
'Usage
 
Dim instance As IWorkstationDataAccessAgent
Dim sopInstanceUID As String
Dim storageFile As String
Dim description As String
Dim value As AnnotationIdentifier
 
value = instance.StoreAnnotationObject(sopInstanceUID, storageFile, description)

            

            
AnnotationIdentifier* StoreAnnotationObject( 
   string* sopInstanceUID,
   string* storageFile,
   string* description
) 
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 An AnnotationIdentifier is returned that associates the annotation storageFile with the sopInstanceUID and the description.
Requirements

Target Platforms

See Also

Reference

IWorkstationDataAccessAgent Interface
IWorkstationDataAccessAgent Members

 

 


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