Click or drag to resize
SoDicomTagVRs Enumeration

VRs (Visual Representations) defined in the DICOM standard.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax
public enum VRs
Members
  Member nameValueDescription
AE0

Application Entity.

AS1

Age String (Duration)

AT2

Attribute Tag.

CS3

Code String.

DA4

Date String.

DS5

Decimal String.

DT6

Date Time String.

FL7

Floating point single precision.

FD8

Floating point double precision.

IS9

Integer String.

LO10

Long String (vector of 32bits signed integers)

LT11

Long Text.

OB12

Other Byte String (byte vector)

OD13

Other Double String (vector of double)

OF14

Other Float String (vector of float)

OL15

Other Long String (vector of int)

OV16

Other 64 bit very long.

OW17

Other Word String (16 bits integers vector)

PN18

Person Name.

SH19

Short String.

SL20

Signed 32 bits integer.

SQ21

Sequence.

SS22

Signed 16 bits integer.

ST23

Short Text.

SV24

Signed 64 bit very long.

TM25

Time String.

UC26

Unlimited Characters.

UI27

Unique Identifier.

UL28

Unsigned 32 bits integer.

UN29

Unknown.

UR30

Universal Resource Identifier.

US31

Unsigned 16 bits integer.

UT32

Unlimited Text.

UV33

Unsigned 64 bit very long.

Remarks

See Also