←Select platform

DoGetObjectTags Method

Summary

Retrieves DICOM and Image information from one or more DICOM objects.

Syntax

C#
VB
C++
protected override ObjectTags DoGetObjectTags( 
   string[] dicomFiles, 
   string extraData 
) 
  
Protected Overrides Function DoGetObjectTags( _ 
   ByVal dicomFiles() As String, _ 
   ByVal extraData As String _ 
) As Leadtools.Dicom.Services.Datatypes.ObjectTags 
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:

  • Width
  • Height
  • Compression
  • ResolutionX
  • ResolutionY
  • IsGray
  • IsSigned
  • Frames
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.