CustusX
16.12
An IGT application
|
#include <cxDicomModelNode.h>
Public Member Functions | |
SeriesDicomModelNode () | |
virtual | ~SeriesDicomModelNode () |
virtual DICOMModel::IndexType | getType () const |
virtual void | fillChildrenUids () |
virtual QVariant | getName () const |
virtual QVariant | getTimestamp () const |
virtual QVariant | getModality () const |
virtual QVariant | getImageCount () const |
virtual QString | getFirstDICOMFilename () const |
int | getFrameCountForSeries (QString series) const |
Public Member Functions inherited from cx::DicomModelNode | |
DicomModelNode () | |
virtual | ~DicomModelNode () |
bool | canFetchMore () const |
bool | hasChildren () const |
NodePtr | getFetchedChildForRow (int row) const |
QVariant | getDefaultName () const |
QString | format_date () const |
QString | format_time () const |
DicomImageReaderPtr | createReader () const |
QString | getUid () const |
int | getRow () const |
DicomModelNode * | getParent () const |
const std::vector< NodePtr > & | getFetchedChildren () const |
all children currently loaded (filled by fetchMore()) More... | |
QStringList | getChildrenUID () const |
uids of all loaded and unloaded children. More... | |
void | removeChild (int index) |
QVariant | getValue (int column) const |
QStringList | getHeaders () const |
bool | isNull () const |
Additional Inherited Members | |
Static Public Member Functions inherited from cx::DicomModelNode | |
static NodePtr | createNode (int row, DicomModelNode *parent, QSharedPointer< ctkDICOMDatabase > dataBase) |
static NodePtr | getNullNode () |
Protected Member Functions inherited from cx::DicomModelNode | |
QVariant | getUncachedValue (int column) const |
Protected Attributes inherited from cx::DicomModelNode | |
DicomModelNode * | Parent |
std::vector< NodePtr > | FetchedChildren |
all children currently loaded (filled by fetchMore()) More... | |
QStringList | ChildrenUID |
uids of all loaded and unloaded children. More... | |
QString | UID |
std::map< int, QVariant > | CachedValues |
QSharedPointer< ctkDICOMDatabase > | DataBase |
Static Protected Attributes inherited from cx::DicomModelNode | |
static NodePtr | NullNode |
Definition at line 172 of file cxDicomModelNode.h.
|
inline |
Definition at line 175 of file cxDicomModelNode.h.
|
inlinevirtual |
Definition at line 176 of file cxDicomModelNode.h.
|
inlinevirtual |
Implements cx::DicomModelNode.
Definition at line 179 of file cxDicomModelNode.h.
|
virtual |
Reimplemented from cx::DicomModelNode.
Definition at line 313 of file cxDicomModelNode.cpp.
int cx::SeriesDicomModelNode::getFrameCountForSeries | ( | QString | series | ) | const |
Definition at line 321 of file cxDicomModelNode.cpp.
|
virtual |
Reimplemented from cx::DicomModelNode.
Definition at line 308 of file cxDicomModelNode.cpp.
|
virtual |
Reimplemented from cx::DicomModelNode.
Definition at line 300 of file cxDicomModelNode.cpp.
|
virtual |
Reimplemented from cx::DicomModelNode.
Definition at line 279 of file cxDicomModelNode.cpp.
|
virtual |
Reimplemented from cx::DicomModelNode.
Definition at line 290 of file cxDicomModelNode.cpp.
|
inlinevirtual |
Implements cx::DicomModelNode.
Definition at line 178 of file cxDicomModelNode.h.