CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Classes | Namespaces | Functions
ctkDicomAvailableDataHelper.h File Reference
#include <QObject>
#include <QString>
#include <QUuid>
#include <org_commontk_dah_core_Export.h>
#include <ctkDicomAppHostingTypes.h>
Include dependency graph for ctkDicomAvailableDataHelper.h:

Go to the source code of this file.

Classes

class  ctkDicomAvailableDataHelper::ctkDicomAvailableDataAccessor
 

Namespaces

 ctkDicomAvailableDataHelper
 

Functions

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...