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.1.1.0 (2024.1.1)
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)

OW16

Other Word String (16 bits integers vector)

PN17

Person Name.

SH18

Short String.

SL19

Signed 32 bits integer.

SQ20

Sequence.

SS21

Signed 16 bits integer.

ST22

Short Text.

TM23

Time String.

UC24

Unlimited Characters.

UI25

Unique Identifier.

UL26

Unsigned 32 bits integer.

UN27

Unknown.

UR28

Universal Resource Identifier.

US29

Unsigned 16 bits integer.

UT30

Unlimited Text.

Remarks

See Also