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

DeleteAnnotationObject Method (WorkstationDataAccessAgent)







The AnnotationIdentifier of the annotation.
Deletes the annotation defined by annotationId from the datbase.
Syntax
public void DeleteAnnotationObject( 
   AnnotationIdentifier annotationId
)
'Declaration
 
Public Sub DeleteAnnotationObject( _
   ByVal annotationId As AnnotationIdentifier _
) 
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim annotationId As AnnotationIdentifier
 
instance.DeleteAnnotationObject(annotationId)
public void DeleteAnnotationObject( 
   AnnotationIdentifier annotationId
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent.DeleteAnnotationObject( 
   annotationId 
)
public: void DeleteAnnotationObject( 
   AnnotationIdentifier* annotationId
) 
public:
void DeleteAnnotationObject( 
   AnnotationIdentifier* annotationId
) 

Parameters

annotationId
The AnnotationIdentifier of the annotation.
Remarks
This method deletes the annotation defined by annotationId from the datbase. The deletion is accomplished by executing the query defined by the PrepareDeleteAnnotationCommand 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.