Visual Basic (Declaration) | |
---|---|
Public Enum DicomVRType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DicomVRType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum DicomVRType : public Enum |
C++/CLI | |
---|---|
public enum class DicomVRType : public Enum |
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. |
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. |
OF | Other Float String. Length is 0xFFFFFFFC. Restriction is DicomVRRestriction.BinaryMaximum. Unit Size is 4. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomVRType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family