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 | Typedefs | Enumerations | Functions
ctkDicomAppHostingTypes.h File Reference
#include <QString>
#include <QList>
#include <org_commontk_dah_core_Export.h>
Include dependency graph for ctkDicomAppHostingTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ctkDicomAppHosting::AvailableData
 
struct  ctkDicomAppHosting::ObjectDescriptor
 
struct  ctkDicomAppHosting::ObjectLocator
 
struct  ctkDicomAppHosting::Patient
 
struct  ctkDicomAppHosting::Series
 
struct  ctkDicomAppHosting::Status
 
struct  ctkDicomAppHosting::Study
 

Namespaces

 ctkDicomAppHosting
 Typedefs and classes defined in the interfaces of DICOM Supplement 118.
 

Typedefs

typedef QList< ObjectDescriptor > ctkDicomAppHosting::ArrayOfObjectDescriptors
 

Enumerations

enum  ctkDicomAppHosting::State {
  ctkDicomAppHosting::IDLE , ctkDicomAppHosting::INPROGRESS , ctkDicomAppHosting::COMPLETED , ctkDicomAppHosting::SUSPENDED ,
  ctkDicomAppHosting::CANCELED , ctkDicomAppHosting::EXIT
}
 
enum  ctkDicomAppHosting::StatusType { ctkDicomAppHosting::INFORMATION , ctkDicomAppHosting::WARNING , ctkDicomAppHosting::ERROR , ctkDicomAppHosting::FATALERROR }
 

Functions

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= (const ctkDicomAppHosting::AvailableData &left, const ctkDicomAppHosting::AvailableData &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= (const ctkDicomAppHosting::ObjectDescriptor &left, const ctkDicomAppHosting::ObjectDescriptor &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= (const ctkDicomAppHosting::ObjectLocator &left, const ctkDicomAppHosting::ObjectLocator &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= (const ctkDicomAppHosting::Patient &left, const ctkDicomAppHosting::Patient &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= (const ctkDicomAppHosting::Series &left, const ctkDicomAppHosting::Series &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= (const ctkDicomAppHosting::Status &left, const ctkDicomAppHosting::Status &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= (const ctkDicomAppHosting::Study &left, const ctkDicomAppHosting::Study &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== (const ctkDicomAppHosting::AvailableData &left, const ctkDicomAppHosting::AvailableData &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== (const ctkDicomAppHosting::ObjectDescriptor &left, const ctkDicomAppHosting::ObjectDescriptor &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== (const ctkDicomAppHosting::ObjectLocator &left, const ctkDicomAppHosting::ObjectLocator &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== (const ctkDicomAppHosting::Patient &left, const ctkDicomAppHosting::Patient &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== (const ctkDicomAppHosting::Series &left, const ctkDicomAppHosting::Series &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== (const ctkDicomAppHosting::Status &left, const ctkDicomAppHosting::Status &right)
 
bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== (const ctkDicomAppHosting::Study &left, const ctkDicomAppHosting::Study &right)