LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)
LEAD Technologies, Inc

StoreAnnotationObject Method (WorkstationDataAccessAgent)







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
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.