GetAnnotationFile Method

Summary
Returns the full path and file name of the annotation file that is associated with the
annotationId
.
Syntax
C#
C++/CLI
public string GetAnnotationFile( 
   AnnotationIdentifier annotationId 
) 
public: string* GetAnnotationFile(  
   AnnotationIdentifier* annotationId 
)  
public: 
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, by executing the query defined by the PrepareGetAnnotationFileCommand method.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.