Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly)

Show in webframe

DoGetObjectType Method






The physical path of the DICOM file.
User custom data.
Retrieves the type of the image.
Syntax
protected override ObjectType DoGetObjectType( 
   string dicomFile,
   string extraData
)
'Declaration
 
Protected Overrides Function DoGetObjectType( _
   ByVal dicomFile As String, _
   ByVal extraData As String _
) As ObjectType
'Usage
 
Dim instance As MedicalWebViewerObjectRetrieve
Dim dicomFile As String
Dim extraData As String
Dim value As ObjectType
 
value = instance.DoGetObjectType(dicomFile, extraData)

            

            
protected:
ObjectType DoGetObjectType( 
   String^ dicomFile,
   String^ extraData
) override 

Parameters

dicomFile
The physical path of the DICOM file.
extraData
User custom data.

Return Value

Returns one of the values from the Leadtools.Dicom.Services.DataTypes.ObjectType enumeration.
Remarks

Currently this method will return only .SingleFrameImage for single frame images, .MultiFrameImage for multi-page images or .None for images with no frames.

Requirements

Target Platforms

See Also

Reference

MedicalWebViewerObjectRetrieve Class
MedicalWebViewerObjectRetrieve Members

Error processing SSI file