public enum DicomVRType
typedef NS_ENUM(NSInteger, LTDicomVRType) {
LTDicomVRTypeAE = 0x4145,
LTDicomVRTypeAS = 0x4153,
LTDicomVRTypeAT = 0x4154,
LTDicomVRTypeCS = 0x4353,
LTDicomVRTypeDA = 0x4441,
LTDicomVRTypeDS = 0x4453,
LTDicomVRTypeDT = 0x4454,
LTDicomVRTypeFD = 0x4644,
LTDicomVRTypeFL = 0x464C,
LTDicomVRTypeIS = 0x4953,
LTDicomVRTypeLO = 0x4C4F,
LTDicomVRTypeLT = 0x4C54,
LTDicomVRTypeOB = 0x4F42,
LTDicomVRTypeOD = 0x4F44,
LTDicomVRTypeOF = 0x4F46,
LTDicomVRTypeOL = 0x4F4C,
LTDicomVRTypeOW = 0x4F57,
LTDicomVRTypePN = 0x504E,
LTDicomVRTypeSH = 0x5348,
LTDicomVRTypeSL = 0x534C,
LTDicomVRTypeSQ = 0x5351,
LTDicomVRTypeSS = 0x5353,
LTDicomVRTypeST = 0x5354,
LTDicomVRTypeTM = 0x544D,
LTDicomVRTypeUC = 0x5543,
LTDicomVRTypeUI = 0x5549,
LTDicomVRTypeUL = 0x554C,
LTDicomVRTypeUN = 0x554E,
LTDicomVRTypeUR = 0x5552,
LTDicomVRTypeUS = 0x5553,
LTDicomVRTypeUT = 0x5554,
// DICOM 2021a
LTDicomVRTypeOV = 0x4F56U, // Other 64-bit Very Long
LTDicomVRTypeSV = 0x5356U, // Signed 64-bit Very Long (8 bytes fixed). Represents an integer n in the range:- 2^63<= n<= 2^63 - 1
LTDicomVRTypeUV = 0x5556U, // Unsigned binary integer 64 bits long (8 bytes fixed). Represents an integer n in the range: 0<= n< 2^64
};
public enum DicomVrType
public:
enum class DicomVRType sealed
Value | Member | Description |
---|---|---|
16709 | AE | Application Entity. Length is 16 . Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
16723 | AS | Age String. Length is 4. Restriction is DicomVRRestriction.TextFixed. Unit Size is 1. |
16724 | AT | Attribute Tag. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
17235 | CS | Code String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
17473 | DA | Date. Length is 8. Restriction is DicomVRRestriction.TextFixed. Unit Size is 1. |
17491 | DS | Decimal String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
17492 | DT | Date Time. Length is 26. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
17988 | FD | Floating Point Double. Length is 8. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 8. |
17996 | FL | Floating Point Single. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
18771 | IS | Integer String. Length is 12. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
19535 | LO | Long String. Length is 64. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
19540 | LT | Long Text. Length is 1024. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
20290 | OB | Other Byte. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
20292 | OD | Other Double. Length is 0xFFFFFFF8. Restriction is DicomVRRestriction.BinaryMaximum. Unit Size is 8. |
20294 | OF | Other Float String. Length is 0xFFFFFFFC. Restriction is DicomVRRestriction.BinaryMaximum. Unit Size is 4. |
20300 | OL | Other Long. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 4. |
20310 | OV | Other 64-bit Very Long. Length is 0xFFFFFFFE. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 8. |
20311 | OW | Other Word String. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
20558 | PN | Person Name. Length is 64. Restriction is DicomVRRestriction.TextMaximumGroup. Unit Size is 1. |
21320 | SH | Short String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
21324 | SL | Signed Long. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
21329 | SQ | Sequence of Items. Length is N/A. Restriction is DicomVRRestriction.NotApplicable. Unit Size is 1. |
21331 | SS | Signed Short. Length is 2. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 2. |
21332 | ST | Short Text. Length is 1024. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
21334 | SV | Signed 64-bit Very Long (8 bytes fixed). Represents an integer n in the range:- 2\^63 <= n <= 2\^63 - 1. Length is 0xFFFFFFFE. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 8. |
21581 | TM | Time. Length is 16. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
21827 | UC | Unlimited Characters. Length is 0xFFFFFFFE. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
21833 | UI | Unique Identifier. Length is 64. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
21836 | UL | Unsigned Long. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
21838 | UN | Unknown. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
21842 | UR | Universal Resource Identifier or Universal Resource Locator(URI/URL). Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
21843 | US | Unsigned Short. Length is 2. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 2. |
21844 | UT | Unlimited Text. Length is 0xFFFFFFFE. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
21846 | UV | Unsigned Binary Integer 64 bits long (8 bytes fixed). Represents an integer n in the range: 0 <= n < 2\^64. Length is 0xFFFFFFFE. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 8. |
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