DicomSliceDataList

DICOM slice data list.

Constructor

new DicomSliceDataList()

Methods

add(data)

Add data to the local list.

Parameters:
NameTypeDescription
dataDicomData

The data to add.

addClone(data)

Add a clone of the input data to the local list.

Parameters:
NameTypeDescription
dataDicomData

The data to clone and add.

buildData() → {Object}

Build a data from the stored slice data.

Returns:

The result data.

Type: 
Object