C#
VB
Java
WinRT C#
C++
Represents the value Representations supported by DICOM.
public enum DicomVRType
Public Enum DicomVRType
public enum DicomVRType
public enum DicomVrType
Leadtools.Dicom.DicomVRType = function() { };
Leadtools.Dicom.DicomVRType.prototype = {<br/>
AE = 0x00004145,
AS = 0x00004153,
AT = 0x00004154,
CS = 0x00004353,
DA = 0x00004441,
DS = 0x00004453,
DT = 0x00004454,
FD = 0x00004644,
FL = 0x0000464C,
IS = 0x00004953,
LO = 0x00004C4F,
LT = 0x00004C54,
OB = 0x00004F42,
OD = 0x00004F44,
OF = 0x00004F46,
OW = 0x00004F57,
PN = 0x0000504E,
SH = 0x00005348,
SL = 0x0000534C,
SQ = 0x00005351,
SS = 0x00005353,
ST = 0x00005354,
TM = 0x0000544D,
UC = 0x00005543,
UI = 0x00005549,
UL = 0x0000554C,
UN = 0x0000554E,
UR = 0x00005552,
US = 0x00005553,
UT = 0x00005554,
};
public enum class DicomVRType
Members
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 String. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
20292 | OD | Other Double String. Length is 0xFFFFFFF8. Restriction is DicomVRRestriction.BinaryMaximum. Unit Size is 1. |
20294 | OF | Other Float String. Length is 0xFFFFFFFC. Restriction is DicomVRRestriction.BinaryMaximum. Unit Size is 4. |
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. |
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. |
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