Leadtools.Dicom Namespace : DicomVRType Enumeration |
public enum DicomVRType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomVRType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomVRType
public enum DicomVRType : System.IComparable, System.IConvertible, System.IFormattable
public enum DicomVrType
Leadtools.Dicom.DicomVRType = function() { }; Leadtools.Dicom.DicomVRType.prototype = {
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, OF = 0x00004F46, OW = 0x00004F57, PN = 0x0000504E, SH = 0x00005348, SL = 0x0000534C, SQ = 0x00005351, SS = 0x00005353, ST = 0x00005354, TM = 0x0000544D, UI = 0x00005549, UL = 0x0000554C, UN = 0x0000554E, US = 0x00005553, UT = 0x00005554, };
public enum class DicomVRType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00004145 | AE | Application Entity. Length is 16 . Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
0x00004153 | AS | Age String. Length is 4. Restriction is DicomVRRestriction.TextFixed. Unit Size is 1. |
0x00004154 | AT | Attribute Tag. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
0x00004353 | CS | Code String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
0x00004441 | DA | Date. Length is 8. Restriction is DicomVRRestriction.TextFixed. Unit Size is 1. |
0x00004453 | DS | Decimal String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
0x00004454 | DT | Date Time. Length is 26. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
0x00004644 | FD | Floating Point Double. Length is 8. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 8. |
0x0000464C | FL | Floating Point Single. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
0x00004953 | IS | Integer String. Length is 12. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
0x00004C4F | LO | Long String. Length is 64. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
0x00004C54 | LT | Long Text. Length is 1024. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
0x00004F42 | OB | Other Byte String. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
0x00004F46 | OF | Other Float String. Length is 0xFFFFFFFC. Restriction is DicomVRRestriction.BinaryMaximum. Unit Size is 4. |
0x00004F57 | OW | Other Word String. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
0x0000504E | PN | Person Name. Length is 64. Restriction is DicomVRRestriction.TextMaximumGroup. Unit Size is 1. |
0x00005348 | SH | Short String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
0x0000534C | SL | Signed Long. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
0x00005351 | SQ | Sequence of Items. Length is N/A. Restriction is DicomVRRestriction.NotApplicable. Unit Size is 1. |
0x00005353 | SS | Signed Short. Length is 2. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 2. |
0x00005354 | ST | Short Text. Length is 1024. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
0x0000544D | TM | Time. Length is 16. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
0x00005549 | UI | Unique Identifier. Length is 64. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
0x0000554C | UL | Unsigned Long. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
0x0000554E | UN | Unknown. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
0x00005553 | US | Unsigned Short. Length is 2. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 2. |
0x00005554 | UT | Unlimited Text. Length is 0xFFFFFFFE. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomVRType