DicomTagToHexString Method

Summary
Converts a DICOM tag to a hexadecimal string representation.
Syntax
C#
VB
C++
public static string DicomTagToHexString( 
   this long dicomTag 
) 
<ExtensionAttribute()> 
Public Shared Function DicomTagToHexString( _ 
   ByVal dicomTag As Long _ 
) As String 
[ExtensionAttribute()] 
public: 
static String^ DicomTagToHexString(  
   int64 dicomTag 
)  

Parameters

dicomTag
The tag.

Return Value

A hexadecimal string representation of the tag.

Remarks

The first four digits are the group. The last four digits are the element.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.