#include <DicomImportResultWrapper.h>
Inherits MLRefCountedBaseWrapper.
A class that wraps DicomImportResult objects.
◆ dicomTree
| MLABDicomTree * DicomImportResultWrapper::dicomTree |
( |
quint64 |
id | ) |
const |
|
slot |
Returns the DICOM tree of volume. Returns NULL if the ID was invalid.
◆ extent
| QList< int > DicomImportResultWrapper::extent |
( |
quint64 |
id | ) |
const |
|
slot |
Returns the extent of the volume image (if it is a valid image), empty tuple otherwise.
◆ filePaths
| QStringList DicomImportResultWrapper::filePaths |
( |
quint64 |
id | ) |
const |
|
slot |
Returns the file paths of the image. Returns an empty list if the ID was invalid.
◆ imageIds
| QList< quint64 > DicomImportResultWrapper::imageIds |
( |
| ) |
const |
|
slot |
Returns unique image IDs of the imported data. Those must be used to address the images!
◆ isValidImage
| bool DicomImportResultWrapper::isValidImage |
( |
quint64 |
id | ) |
const |
|
slot |
Returns true if the provided id belongs to a valid image.