Specifies DICOM Value Representations.
Syntax
'Declaration
Public Enum ImGearDICOMValueRepresentations
Inherits System.Enum
public enum ImGearDICOMValueRepresentations : System.Enum
__value public enum ImGearDICOMValueRepresentations : public System.Enum
public enum class ImGearDICOMValueRepresentations : public System.Enum
Members
Member | Value | Description |
AgeString | 1 | Age String. |
ApplicationEntity | 0 | Application Entity. |
AttributeTag | 2 | Attribute Tag. |
CodeString | 3 | Code String. |
Date | 4 | Date (without time). |
DateTime | 6 | Date Time. |
DecimalString | 5 | Decimal String. |
FloatingPointDouble | 8 | Floating Double Point. |
FloatingPointSingle | 7 | Floating Single Point. |
IntegerString | 9 | Integer String. |
LongString | 10 | Long String. |
LongText | 11 | Long Text. |
None | 999 | None (unknown). |
OtherByteString | 12 | Other Byte String. |
OtherFloatString | 13 | Other Float String. |
OtherWordString | 14 | Other Word String. |
PersonName | 15 | Person Name. |
SequenceOfItems | 18 | Sequence of Items. |
ShortString | 16 | Short String. |
ShortText | 20 | Short Text. |
SignedLong | 17 | Signed Long. |
SignedShort | 19 | Signed Short. |
Time | 21 | Time (without date). |
UniqueIdentifier | 22 | Unique Identifier. |
Unknown | 25 | Unknown - supp 14. |
UnlimitedText | 26 | Unlimited Text. |
UnsignedLong | 23 | Unsigned Long. |
UnsignedShort | 24 | Unsigned Short. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.DICOM.ImGearDICOMValueRepresentations
See Also