←Select platform

DicomTagToString Method

Summary

Converts a DICOM tag to a string representation.

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static string DicomTagToString( 
   long dicomTag 
) 
<ExtensionAttribute()> 
Public Shared Function DicomTagToString( _ 
   ByVal dicomTag As Long _ 
) As String 
[ExtensionAttribute()] 
public: 
static String^ DicomTagToString(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly