Options to be used by DicomTagToString(long,DicomTagToStringOptions) to specify formatting options.
public enum DicomTagToStringOptions
public:
enum class DicomTagToStringOptions sealed
Value | Member | Description |
---|---|---|
0 | None | No formatting. |
1 | Comma | Insert a comma in the middle of the eight hexadecimal digits. |
2 | Parenthesis | Wrap the hexadecimal representation in parenthesis. |
DicomTagToStringOptions is used by the DicomTagToString(long,DicomTagToStringOptions) method to specify formatting options.
The following table illustrates how PatientID (0010,0020) is formatted using the different options.
Option | Result |
---|---|
DicomTagToStringOptions.None | 00100020 |
DicomTagToStringOptions.Comma | 0010,0020 |
DicomTagToStringOptions.Parenthesis | (00100020) |
DicomTagToStringOptions.Comma + DicomTagToStringOptions.Parenthesis | (0010,0020) |
Leadtools.Dicom.Common.Extensions Namespace
DicomTagToStringOptions
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document