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

GetAnnotationFile Method (WorkstationDataAccessAgent)







The AnnotationIdentifier of the annotation.
Returns the full path and file name of the annotation file that is associated with the annotationId.
Syntax
public string GetAnnotationFile( 
   AnnotationIdentifier annotationId
)
'Declaration
 
Public Function GetAnnotationFile( _
   ByVal annotationId As AnnotationIdentifier _
) As String
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim annotationId As AnnotationIdentifier
Dim value As String
 
value = instance.GetAnnotationFile(annotationId)
public string GetAnnotationFile( 
   AnnotationIdentifier annotationId
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent.GetAnnotationFile( 
   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: 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.