←Select platform

GetAnnotationFile Method

Summary

Returns the full path and file name of the annotation file that is associated with the

annotationId
.

Syntax

C#
VB
C++
public string GetAnnotationFile( 
   AnnotationIdentifier annotationId 
) 
  
Public Function GetAnnotationFile( _ 
   ByVal annotationId As Leadtools.Medical.Workstation.Dataaccesslayer.AnnotationIdentifier _ 
) As String 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly