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 > DICOMObjectRetrieve Class : 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.
Returns the DICOM object type.

Syntax

Visual Basic (Declaration) 
Public Function GetObjectType( _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As ObjectType
Visual Basic (Usage)Copy Code
Dim instance As DICOMObjectRetrieve
Dim sopInstanceUID As String
Dim extraData As String
Dim value As ObjectType
 
value = instance.GetObjectType(sopInstanceUID, extraData)
C# 
public ObjectType GetObjectType( 
   string sopInstanceUID,
   string extraData
)
C++/CLI 
public:
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