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.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7