LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly)

DoGetObjectType Method

Show in webframe



The physical path of the DICOM file.
User custom data.
Retrieves the type of the image.
Syntax
'Declaration
 
Protected Overrides Function DoGetObjectType( _
   ByVal dicomFile As String, _
   ByVal extraData As String _
) As Leadtools.Dicom.Services.DataTypes.ObjectType
'Usage
 
Dim instance As MedicalWebViewerObjectRetrieve
Dim dicomFile As String
Dim extraData As String
Dim value As Leadtools.Dicom.Services.DataTypes.ObjectType
 
value = instance.DoGetObjectType(dicomFile, extraData)
protected override Leadtools.Dicom.Services.DataTypes.ObjectType DoGetObjectType( 
   string dicomFile,
   string extraData
)
protected:
Leadtools.Dicom.Services.DataTypes.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.