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 | Description |
AgeString | Age String. |
ApplicationEntity | Application Entity. |
AttributeTag | Attribute Tag. |
CodeString | Code String. |
Date | Date (without time). |
DateTime | Date Time. |
DecimalString | Decimal String. |
FloatingPointDouble | Floating Double Point. |
FloatingPointSingle | Floating Single Point. |
IntegerString | Integer String. |
LongString | Long String. |
LongText | Long Text. |
None | None (unknown). |
OtherByteString | Other Byte String. |
OtherFloatString | Other Float String. |
OtherWordString | Other Word String. |
PersonName | Person Name. |
SequenceOfItems | Sequence of Items. |
ShortString | Short String. |
ShortText | Short Text. |
SignedLong | Signed Long. |
SignedShort | Signed Short. |
Time | Time (without date). |
UniqueIdentifier | Unique Identifier. |
Unknown | Unknown - supp 14. |
UnlimitedText | Unlimited Text. |
UnsignedLong | Unsigned Long. |
UnsignedShort | Unsigned Short. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.DICOM.ImGearDICOMValueRepresentations
See Also