Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

Show in webframe

StoreAnnotationObject Method (IWorkstationDataAccessAgent)







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

Error processing SSI file
   Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features