DICOMAttributeFormat

DICOM attribute type format.

Values

ValueMeaning
AE

Application Entity.

A string of characters with leading and trailing spaces (20H) being non-significant. The value made of 16 spaces, meaning "no application name specified", shall not be used.

AS

Age String.

A string of characters with one of the following formats -- nnnD, nnnW, nnnM, nnnY; where nnn shall contain the number of days for D, weeks for W, months for M, or years for Y.

Example: "018M" would represent an age of 18 months.

AT

Attribute Tag.

Ordered pair of 16-bit unsigned integers that is the value of a Data Element Tag.

Example: A Data Element Tag of (0018,00FF) would be encoded as a series of 4 bytes in a Little-Endian Transfer Syntax as 18H,00H,FFH,00H and in a Big-Endian Transfer Syntax as 00H,18H,00H,FFH. Note - The encoding of an AT value is exactly the same as the encoding of a Data Element Tag as defined in Section 7.

CS

Code String.

DA

Date.

DL

Delimitation.

DS

Decimal String.

A string of characters representing either a fixed point number or a floating point number. A fixed point number shall contain only the characters 0-9 with an optional leading "+" or "-" and an optional "." to mark the decimal point. A floating point number shall be conveyed as defined in ANSI X3.9, with an "E" or "e" to indicate the start of the exponent. Decimal Strings may be padded with leading or trailing spaces. Embedded spaces are not allowed.

DT

Date Time.

FL

Floating Point Single (32-bit).

FD

Floating Point Double (64-bit).

IS

Integer String.

LO

Long String.

LT

Long Text.

OB

Other Byte String.

OD

TODO: ?

OL

TODO: Some List?

OF

Other Float String.

OW

Other Word String.

PN

Person Name.

SH

Short String.

SL

Signed long integer (32-bit).

SQ

Sequence of items.

SS

Signed short integer (16-bit).

ST

Short Text.

TM

Time.

UI

Unique Identifier.

UC

TODO: ?

UR

TODO: ?

UL

Unsigned long integer (32-bit).

UN

Unknown.

US

Unsigned short integer (16-bit).

UT

Unlimited Text.

See Also

Meta