LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
AnnotationIdentifier Constructor
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > AnnotationIdentifier Class : AnnotationIdentifier Constructor




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.
Initializes a new instance of the AnnotationIdentifier class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sopInstanceUID As String, _
   ByVal objectNumber As Integer _
)
Visual Basic (Usage)Copy Code
Dim sopInstanceUID As String
Dim objectNumber As Integer
 
Dim instance As New AnnotationIdentifier(sopInstanceUID, objectNumber)
C# 
public AnnotationIdentifier( 
   string sopInstanceUID,
   int objectNumber
)
Managed Extensions for C++ 
public: AnnotationIdentifier( 
   string* sopInstanceUID,
   int objectNumber
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also