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 | Typedefs | Enumerations | Functions
ctkDicomAppHosting Namespace Reference

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

Classes

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

Typedefs

typedef QList< ObjectDescriptorArrayOfObjectDescriptors
 

Enumerations

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

Functions

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

Detailed Description

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

Typedef Documentation

◆ ArrayOfObjectDescriptors

Definition at line 92 of file ctkDicomAppHostingTypes.h.

Enumeration Type Documentation

◆ State

Enumerator
IDLE 
INPROGRESS 
COMPLETED 
SUSPENDED 
CANCELED 
EXIT 

Definition at line 45 of file ctkDicomAppHostingTypes.h.

◆ StatusType

Enumerator
INFORMATION 
WARNING 
ERROR 
FATALERROR 

Definition at line 55 of file ctkDicomAppHostingTypes.h.

Function Documentation

◆ operator!=() [1/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= ( const ctkDicomAppHosting::AvailableData left,
const ctkDicomAppHosting::AvailableData right 
)

◆ operator!=() [2/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= ( const ctkDicomAppHosting::ObjectDescriptor left,
const ctkDicomAppHosting::ObjectDescriptor right 
)

◆ operator!=() [3/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= ( const ctkDicomAppHosting::ObjectLocator left,
const ctkDicomAppHosting::ObjectLocator right 
)

◆ operator!=() [4/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= ( const ctkDicomAppHosting::Patient left,
const ctkDicomAppHosting::Patient right 
)

◆ operator!=() [5/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= ( const ctkDicomAppHosting::Series left,
const ctkDicomAppHosting::Series right 
)

◆ operator!=() [6/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= ( const ctkDicomAppHosting::Status left,
const ctkDicomAppHosting::Status right 
)

◆ operator!=() [7/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator!= ( const ctkDicomAppHosting::Study left,
const ctkDicomAppHosting::Study right 
)

◆ operator==() [1/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== ( const ctkDicomAppHosting::AvailableData left,
const ctkDicomAppHosting::AvailableData right 
)

◆ operator==() [2/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== ( const ctkDicomAppHosting::ObjectDescriptor left,
const ctkDicomAppHosting::ObjectDescriptor right 
)

◆ operator==() [3/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== ( const ctkDicomAppHosting::ObjectLocator left,
const ctkDicomAppHosting::ObjectLocator right 
)

◆ operator==() [4/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== ( const ctkDicomAppHosting::Patient left,
const ctkDicomAppHosting::Patient right 
)

◆ operator==() [5/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== ( const ctkDicomAppHosting::Series left,
const ctkDicomAppHosting::Series right 
)

◆ operator==() [6/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== ( const ctkDicomAppHosting::Status left,
const ctkDicomAppHosting::Status right 
)

◆ operator==() [7/7]

bool org_commontk_dah_core_EXPORT ctkDicomAppHosting::operator== ( const ctkDicomAppHosting::Study left,
const ctkDicomAppHosting::Study right 
)