LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly)

DoGetObjectTags Method

Show in webframe



The physical path of the DICOM file(s) to extract the DICOM and image information from.
User custom data.
Retrieves DICOM and Image information from one or more DICOM objects.
Syntax
'Declaration
 
Protected Overrides Function DoGetObjectTags( _
   ByVal dicomFiles() As String, _
   ByVal extraData As String _
) As Leadtools.Dicom.Services.DataTypes.ObjectTags
'Usage
 
Dim instance As MedicalWebViewerObjectRetrieve
Dim dicomFiles() As String
Dim extraData As String
Dim value As Leadtools.Dicom.Services.DataTypes.ObjectTags
 
value = instance.DoGetObjectTags(dicomFiles, extraData)
protected override Leadtools.Dicom.Services.DataTypes.ObjectTags DoGetObjectTags( 
   string[] dicomFiles,
   string extraData
)
protected:
Leadtools.Dicom.Services.DataTypes.ObjectTags^ DoGetObjectTags( 
   array<String^>^ dicomFiles,
   String^ extraData
) override 

Parameters

dicomFiles
The physical path of the DICOM file(s) to extract the DICOM and image information from.
extraData
User custom data.

Return Value

An ObjectTags object containing the DICOM and Image information for each of the specified DICOM objects.
Remarks

The method returns a combination of information about both the DICOM elements and the images. The OverlayTags property will contain the DICOM information which can be identified by their DICOM DICOMTags.Tag values. The ObjectTags property will contain the Image information which can be identified by the DICOMTags~TagName.

For ObjectTags.GeneralTags the following DICOMTags.TagName are returned:

Requirements

Target Platforms

See Also

Reference

MedicalWebViewerObjectRetrieve Class
MedicalWebViewerObjectRetrieve Members

 

 


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