DicomVRType Enumeration (original) (raw)
Summary
Represents the value Representations supported by DICOM.
Syntax
C#
Objective-C
C++/CLI
Java
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 class DicomVRType sealed