Show / Hide Table of Contents
View Source

Enum VR

An enum that contains all of the possible DICOM VR types.

Namespace:EvilDICOM.Core.Enums
Assembly:EvilDICOM.dll
Syntax
public enum VR

Fields

View Source

AgeString

Declaration
AgeString = 13
Field Value
Type Description
VR
View Source

ApplicationEntity

Declaration
ApplicationEntity = 7
Field Value
Type Description
VR
View Source

AttributeTag

Declaration
AttributeTag = 20
Field Value
Type Description
VR
View Source

CodeString

Declaration
CodeString = 0
Field Value
Type Description
VR
View Source

Date

Declaration
Date = 10
Field Value
Type Description
VR
View Source

DateTime

Declaration
DateTime = 12
Field Value
Type Description
VR
View Source

DecimalString

Declaration
DecimalString = 15
Field Value
Type Description
VR
View Source

FloatingPointDouble

Declaration
FloatingPointDouble = 22
Field Value
Type Description
VR
View Source

FloatingPointSingle

Declaration
FloatingPointSingle = 21
Field Value
Type Description
VR
View Source

IntegerString

Declaration
IntegerString = 14
Field Value
Type Description
VR
View Source

LongString

Declaration
LongString = 2
Field Value
Type Description
VR
View Source

LongText

Declaration
LongText = 4
Field Value
Type Description
VR
View Source

Null

Declaration
Null = 29
Field Value
Type Description
VR
View Source

Other64BitVeryLongString

Declaration
Other64BitVeryLongString = 30
Field Value
Type Description
VR
View Source

OtherByteString

Declaration
OtherByteString = 23
Field Value
Type Description
VR
View Source

OtherDoubleString

Declaration
OtherDoubleString = 33
Field Value
Type Description
VR
View Source

OtherFloatString

Declaration
OtherFloatString = 25
Field Value
Type Description
VR
View Source

OtherLongString

Declaration
OtherLongString = 34
Field Value
Type Description
VR
View Source

OtherWordString

Declaration
OtherWordString = 24
Field Value
Type Description
VR
View Source

PersonName

Declaration
PersonName = 8
Field Value
Type Description
VR
View Source

Sequence

Declaration
Sequence = 26
Field Value
Type Description
VR
View Source

ShortString

Declaration
ShortString = 1
Field Value
Type Description
VR
View Source

ShortText

Declaration
ShortText = 3
Field Value
Type Description
VR
View Source

Signed64BitVeryLong

Declaration
Signed64BitVeryLong = 31
Field Value
Type Description
VR
View Source

SignedLong

Declaration
SignedLong = 18
Field Value
Type Description
VR
View Source

SignedShort

Declaration
SignedShort = 16
Field Value
Type Description
VR
View Source

Time

Declaration
Time = 11
Field Value
Type Description
VR
View Source

UniqueIdentifier

Declaration
UniqueIdentifier = 9
Field Value
Type Description
VR
View Source

UniversalResourceId

Declaration
UniversalResourceId = 28
Field Value
Type Description
VR
View Source

Unknown

Declaration
Unknown = 27
Field Value
Type Description
VR
View Source

UnlimitedCharacter

Declaration
UnlimitedCharacter = 5
Field Value
Type Description
VR
View Source

UnlimitedText

Declaration
UnlimitedText = 6
Field Value
Type Description
VR
View Source

Unsigned64BitVeryLong

Declaration
Unsigned64BitVeryLong = 32
Field Value
Type Description
VR
View Source

UnsignedLong

Declaration
UnsignedLong = 19
Field Value
Type Description
VR
View Source

UnsignedShort

Declaration
UnsignedShort = 17
Field Value
Type Description
VR
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX