AnnotationIdentifier Constructor

Summary
Initializes a new instance of the AnnotationIdentifier class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal sopInstanceUID As String, _ 
   ByVal objectNumber As Integer _ 
) 
public: 
AnnotationIdentifier(  
   String^ sopInstanceUID, 
   int objectNumber 
) 

Parameters

sopInstanceUID
The SOP Instance UID of the data set to be associated with the annotation.

objectNumber
A number identifying one of the annotations associated with the sopInstanceUID.

Remarks

A sopInstanceUID can have more than one annotation container. The objectNumber identifies the annotation container For example, the first annotation container has an objectNumber equal to 1. The second annotation container has an objectNumber equal to 2.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.