Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
GetObjectType Method
See Also 
Leadtools.Dicom.Services Namespace > IDICOMObjectRetrieve Interface : GetObjectType Method



sopInstanceUID
The SOP Instance UID for the DICOM object.
extraData
Custom user data.
sopInstanceUID
The SOP Instance UID for the DICOM object.
extraData
Custom user data.
Return the DICOM object type.

Syntax

Visual Basic (Declaration) 
Function GetObjectType( _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As ObjectType
Visual Basic (Usage)Copy Code
Dim instance As IDICOMObjectRetrieve
Dim sopInstanceUID As String
Dim extraData As String
Dim value As ObjectType
 
value = instance.GetObjectType(sopInstanceUID, extraData)
C# 
ObjectType GetObjectType( 
   string sopInstanceUID,
   string extraData
)
C++/CLI 
ObjectType GetObjectType( 
   String^ sopInstanceUID,
   String^ extraData
) 

Parameters

sopInstanceUID
The SOP Instance UID for the DICOM object.
extraData
Custom user data.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also