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
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomVRType = function() { }; Leadtools.Dicom.DicomVRType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class DicomVRType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AE | Application Entity. Length is 16 . Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
AS | Age String. Length is 4. Restriction is DicomVRRestriction.TextFixed. Unit Size is 1. |
AT | Attribute Tag. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
CS | Code String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
DA | Date. Length is 8. Restriction is DicomVRRestriction.TextFixed. Unit Size is 1. |
DS | Decimal String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
DT | Date Time. Length is 26. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
FD | Floating Point Double. Length is 8. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 8. |
FL | Floating Point Single. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
IS | Integer String. Length is 12. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
LO | Long String. Length is 64. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
LT | Long Text. Length is 1024. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
OB | Other Byte String. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
OF | Other Float String. Length is 0xFFFFFFFC. Restriction is DicomVRRestriction.BinaryMaximum. Unit Size is 4. |
OW | Other Word String. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
PN | Person Name. Length is 64. Restriction is DicomVRRestriction.TextMaximumGroup. Unit Size is 1. |
SH | Short String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1. |
SL | Signed Long. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
SQ | Sequence of Items. Length is N/A. Restriction is DicomVRRestriction.NotApplicable. Unit Size is 1. |
SS | Signed Short. Length is 2. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 2. |
ST | Short Text. Length is 1024. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
TM | Time. Length is 16. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
UI | Unique Identifier. Length is 64. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
UL | Unsigned Long. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4. |
UN | Unknown. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1. |
US | Unsigned Short. Length is 2. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 2. |
UT | Unlimited Text. Length is 0xFFFFFFFE. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomVRType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2