←Select platform

DicomTagToStringOptions Enumeration

Summary

Options to be used by DicomTagToString(long,DicomTagToStringOptions) to specify formatting options.

Syntax
C#
VB
C++
public enum DicomTagToStringOptions 
Public Enum DicomTagToStringOptions 
public: 
   enum class DicomTagToStringOptions sealed 
Members
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.
Remarks

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)
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.