Methods
add(data)
Add data to the local list.
Parameters:
| Name | Type | Description |
|---|---|---|
data | DicomData | The data to add. |
addClone(data)
Add a clone of the input data to the local list.
Parameters:
| Name | Type | Description |
|---|---|---|
data | DicomData | The data to clone and add. |
buildData() → {Object}
Build a data from the stored slice data.
Returns:
The result data.
- Type:
- Object