Visual Basic (Declaration) | |
---|---|
Public Enum DicomVRType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomVRType |
C# | |
---|---|
public enum DicomVRType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomVRType : public System.Enum, IComparable, IConvertible, 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)