LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

GetAnnotationObjectsCount Method (WorkstationDataAccessAgent)

Show in webframe






The SOP Instance UID of the data set that is associated with the annotation.
Returns the count of annotation containers that is associated with the sopInstanceUID.
Syntax
public int GetAnnotationObjectsCount( 
   string sopInstanceUID
)
'Declaration
 
Public Function GetAnnotationObjectsCount( _
   ByVal sopInstanceUID As String _
) As Integer
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim sopInstanceUID As String
Dim value As Integer
 
value = instance.GetAnnotationObjectsCount(sopInstanceUID)

            

            
public: int GetAnnotationObjectsCount( 
   string* sopInstanceUID
) 
public:
int GetAnnotationObjectsCount( 
   string* sopInstanceUID
) 

Parameters

sopInstanceUID
The SOP Instance UID of the data set that is associated with the annotation.

Return Value

The count of annotation containers that is associated with the sopInstanceUID.
Remarks
This method returns the count of annotation containers that is associated with the sopInstanceUID. This is retrieved from a database by executing the query defined by the PrepareGetAnnotationsCountCommand method.
Requirements

Target Platforms

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.