C#
VB
C++
Converts a DICOM tag to a string representation.
[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
)
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