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

AnnotationIdentifier Constructor (AnnotationIdentifier)

Show in webframe






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
)
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

See Also

Reference

AnnotationIdentifier Class
AnnotationIdentifier Members

 

 


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