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

GetAnnotationIdentifier Method (WorkstationDataAccessAgent)







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
public AnnotationIdentifier[] GetAnnotationIdentifier( 
   string sopInstanceUID
)
'Declaration
 
Public Function GetAnnotationIdentifier( _
   ByVal sopInstanceUID As String _
) As AnnotationIdentifier()
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim sopInstanceUID As String
Dim value() As AnnotationIdentifier
 
value = instance.GetAnnotationIdentifier(sopInstanceUID)
public AnnotationIdentifier[] GetAnnotationIdentifier( 
   string sopInstanceUID
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent.GetAnnotationIdentifier( 
   sopInstanceUID 
)
public: AnnotationIdentifier*[]* GetAnnotationIdentifier( 
   string* sopInstanceUID
) 
public:
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: 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

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

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