C#
VB
C++
Converts a DICOM tag to a hexadecimal string representation.
[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
)
dicomTag
The tag.
A hexadecimal string representation of the tag.
The first four digits are the group. The last four digits are the element.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET