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

AnnotationIdentifier Constructor (AnnotationIdentifier)







The SOP Instance UID of the data set to be associated with the annotation.
A number identifying one of the annotations associated with the sopInstanceUID.
Initializes a new instance of the AnnotationIdentifier class.
Syntax
public AnnotationIdentifier( 
   string sopInstanceUID,
   int objectNumber
)
'Declaration
 
Public Function New( _
   ByVal sopInstanceUID As String, _
   ByVal objectNumber As Integer _
)
'Usage
 
Dim sopInstanceUID As String
Dim objectNumber As Integer
 
Dim instance As New AnnotationIdentifier(sopInstanceUID, objectNumber)
public AnnotationIdentifier( 
   string sopInstanceUID,
   int objectNumber
)
function AnnotationIdentifier( 
   sopInstanceUID ,
   objectNumber 
)
public: AnnotationIdentifier( 
   string* sopInstanceUID,
   int objectNumber
)
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: 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

AnnotationIdentifier Class
AnnotationIdentifier Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.