Error processing SSI file
Leadtools.Dicom.WCF

Show in webframe

GetObjectType Method (DICOMService)






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

            

            
public:
virtual 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

DICOMService Class
DICOMService Members

Error processing SSI file