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




sopInstanceUID
The SOP Instance UID of the data set that is associated with the annotation.
sopInstanceUID
The SOP Instance UID of the data set that is associated with the annotation.
Returns the array of AnnotationIdentifier for the data set with sopInstanceUID

Syntax

Visual Basic (Declaration) 
Public Function GetAnnotationIdentifier( _
   ByVal sopInstanceUID As String _
) As AnnotationIdentifier()
Visual Basic (Usage)Copy Code
Dim instance As WorkstationDataAccessAgent
Dim sopInstanceUID As String
Dim value() As AnnotationIdentifier
 
value = instance.GetAnnotationIdentifier(sopInstanceUID)
C# 
public AnnotationIdentifier[] GetAnnotationIdentifier( 
   string sopInstanceUID
)
Managed Extensions for C++ 
public: AnnotationIdentifier*[]* GetAnnotationIdentifier( 
   string* sopInstanceUID
) 
C++/CLI 
public:
array<AnnotationIdentifier^>^ GetAnnotationIdentifier( 
   String^ sopInstanceUID
) 

Parameters

sopInstanceUID
The SOP Instance UID of the data set that is associated with the annotation.

Return Value

The array of AnnotationIdentifier for the data set with sopInstanceUID

Remarks

This method returns all the AnnotationIdentifier associated with the data set that has an SOP Instance UID of sopInstanceUID.

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