#include <QObject>
#include <QString>
#include <QUuid>
#include <org_commontk_dah_core_Export.h>
#include <ctkDicomAppHostingTypes.h>
Go to the source code of this file.
|
bool org_commontk_dah_core_EXPORT | ctkDicomAvailableDataHelper::addNonDICOMToAvailableData (ctkDicomAppHosting::AvailableData &data, ctkDicomObjectLocatorCache *objectLocatorCache, const ctkDICOMItem &dataset, long length, long offset, const QString &uri) |
|
bool org_commontk_dah_core_EXPORT | ctkDicomAvailableDataHelper::addToAvailableData (ctkDicomAppHosting::AvailableData &data, ctkDicomObjectLocatorCache *objectLocatorCache, const ctkDICOMItem &dataset, long length, long offset, const QString &uri) |
|
bool org_commontk_dah_core_EXPORT | ctkDicomAvailableDataHelper::addToAvailableData (ctkDicomAppHosting::AvailableData &data, ctkDicomObjectLocatorCache *objectLocatorCache, const QString &filename) |
|
bool org_commontk_dah_core_EXPORT | ctkDicomAvailableDataHelper::appendToAvailableData (ctkDicomAppHosting::AvailableData &dest, const ctkDicomAppHosting::AvailableData &src) |
|
QList< QUuid > org_commontk_dah_core_EXPORT | ctkDicomAvailableDataHelper::getAllUuids (const ctkDicomAppHosting::AvailableData &availableData) |
| Build list of all UUIDs of available data. More...
|
|
QList< QUuid > org_commontk_dah_core_EXPORT | ctkDicomAvailableDataHelper::getAllUuids (const ctkDicomAppHosting::Patient &patient) |
| Build list of all UUIDs of data available for patient. More...
|
|