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

GetAnnotationFile Method (IWorkstationDataAccessAgent)

Show in webframe






The AnnotationIdentifier of the annotation.
Returns the full path and file name of the annotation file that is associated with the annotationId.
Syntax
string GetAnnotationFile( 
   AnnotationIdentifier annotationId
)
'Declaration
 
Function GetAnnotationFile( _
   ByVal annotationId As AnnotationIdentifier _
) As String
'Usage
 
Dim instance As IWorkstationDataAccessAgent
Dim annotationId As AnnotationIdentifier
Dim value As String
 
value = instance.GetAnnotationFile(annotationId)

            

            
string* GetAnnotationFile( 
   AnnotationIdentifier* annotationId
) 
string* GetAnnotationFile( 
   AnnotationIdentifier* annotationId
) 

Parameters

annotationId
The AnnotationIdentifier of the annotation.

Return Value

The file name of the annotation file.
Remarks
This method retrieves the full path and name of the file that contains the annotations represented by annotationId.
Requirements

Target Platforms

See Also

Reference

IWorkstationDataAccessAgent Interface
IWorkstationDataAccessAgent Members

 

 


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