Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

GetObjectType Method (DICOMObjectRetrieve)






The SOP Instance UID for the DICOM object.
Custom user data.
Returns the DICOM object type.
Syntax
public ObjectType GetObjectType( 
   string sopInstanceUID,
   string extraData
)
'Declaration
 
Public Function GetObjectType( _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As ObjectType
'Usage
 
Dim instance As DICOMObjectRetrieve
Dim sopInstanceUID As String
Dim extraData As String
Dim value As ObjectType
 
value = instance.GetObjectType(sopInstanceUID, extraData)

            

            
public:
ObjectType GetObjectType( 
   String^ sopInstanceUID,
   String^ extraData
) 

Parameters

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

Target Platforms

See Also

Reference

DICOMObjectRetrieve Class
DICOMObjectRetrieve Members

Error processing SSI file