LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetAnnotationFile Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > IWorkstationDataAccessAgent Interface : GetAnnotationFile Method




annotationId
The AnnotationIdentifier of the annotation.
annotationId
The AnnotationIdentifier of the annotation.
Returns the full path and file name of the annotation file that is associated with the annotationId.

Syntax

Visual Basic (Declaration) 
Function GetAnnotationFile( _
   ByVal annotationId As AnnotationIdentifier _
) As String
Visual Basic (Usage)Copy Code
Dim instance As IWorkstationDataAccessAgent
Dim annotationId As AnnotationIdentifier
Dim value As String
 
value = instance.GetAnnotationFile(annotationId)
C# 
string GetAnnotationFile( 
   AnnotationIdentifier annotationId
)
Managed Extensions for C++ 
string* GetAnnotationFile( 
   AnnotationIdentifier* annotationId
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also