←Select platform

GetAnnotationObjectsCount Method

Summary

Returns the count of annotation containers that is associated with the sopInstanceUID.

Syntax

C#
VB
C++
public int GetAnnotationObjectsCount( 
   string sopInstanceUID 
) 
  
Public Function GetAnnotationObjectsCount( _ 
   ByVal sopInstanceUID As String _ 
) As Integer 
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

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