←Select platform

DicomTagToHexString(long) Method

Summary

Converts a DICOM tag to a hexadecimal string representation.

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static string DicomTagToHexString(  
   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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize