Skip to main content

Interface: Metadata

Metadata for images, More information can be found in the https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.3.html#table_C.7-11c

Properties

BitsAllocated

BitsAllocated: number

Number of bits allocated for each pixel sample. Each sample shall have the same number of bits allocated

Defined in

packages/core/src/types/Metadata.ts:9


BitsStored

BitsStored: number

Number of bits stored for each pixel sample

Defined in

packages/core/src/types/Metadata.ts:11


Columns

Columns: number

Number of columns in the image.

Defined in

packages/core/src/types/Metadata.ts:30


FrameOfReferenceUID

FrameOfReferenceUID: string

Uniquely identifies the Frame of Reference for a Series

Defined in

packages/core/src/types/Metadata.ts:28


HighBit

HighBit: number

Most significant bit for pixel sample data

Defined in

packages/core/src/types/Metadata.ts:14


ImageOrientationPatient

ImageOrientationPatient: number[]

The direction cosines of the first row and the first column with respect to the patient

Defined in

packages/core/src/types/Metadata.ts:24


Modality

Modality: string

Image Modality

Defined in

packages/core/src/types/Metadata.ts:20


PhotometricInterpretation

PhotometricInterpretation: string

Specifies the intended interpretation of the pixel data

Defined in

packages/core/src/types/Metadata.ts:16


PixelRepresentation

PixelRepresentation: number

Data representation of the pixel samples.

Defined in

packages/core/src/types/Metadata.ts:18


PixelSpacing

PixelSpacing: number[]

Physical distance in the patient between the center of each pixel

Defined in

packages/core/src/types/Metadata.ts:26


Rows

Rows: number

Number of rows in the image.

Defined in

packages/core/src/types/Metadata.ts:32


SamplesPerPixel

SamplesPerPixel: number

Defined in

packages/core/src/types/Metadata.ts:12


SeriesInstanceUID?

optional SeriesInstanceUID: string

SeriesInstanceUID of the volume

Defined in

packages/core/src/types/Metadata.ts:22


voiLut

voiLut: VOI[]

Window Level/Center for the image

Defined in

packages/core/src/types/Metadata.ts:34


VOILUTFunction

VOILUTFunction: string

VOILUTFunction for the image which is LINEAR or SAMPLED_SIGMOID

Defined in

packages/core/src/types/Metadata.ts:36