MeVisLab Toolbox Reference
|
This class wraps MLAccessDirectDicomImportCache objects. More...
#include <mlAccessDirectDicomImportWrapper.h>
Public Slots | |
QObject * | getDCMTree () |
Returns the MLABDicomTree for the url specified in the urlField. | |
QObject * | getDCMTree (const QString &key) |
Returns the MLABDicomTree for given url. | |
QObject * | getDCMTag (const QString &key) |
Returns the MLABDicomTag for the given dicom key in format. | |
QObject * | getDCMTagByName (const QString &name) |
Returns the MLABDicomTag for the given dicom tag name. | |
QString | getDicomTagValueByKey (const QString &key) |
Returns the string representation of the DICOM tag. | |
QString | getDicomTagValueByName (const QString &name) |
Returns the string representation of the DICOM tag by given name. | |
void | setUrl (QString &url) |
sets the url for the dicom tree. | |
void | setTagsToPrefetchFromConfig (const QString &config) |
Reads the Dicom Tag id's from a DPL config and sets these id's in the _tagsToPrefetchFld. | |
void | prefetchTagsFromConfig (const QString &config) |
Reads the Dicom Tag id's from a DPL config and prefetches these tags. | |
QObject * | addPythonFileHandlePlugin () |
Adds an instance of a DICOMCachedIOFileHandlePythonPlugin to resolve filenames for a given file handle. | |
void | removePythonFileHandlePlugin (DICOMCachedIOFileHandlePythonPlugin *) |
Removes the given instance of a DICOMCachedIOFileHandlePythonPlugin to resolve filenames for a given file handle. | |
qint64 | getDicomCachedIoTreeCacheMaxNumBytes () const |
Returns the maximum cache size of the MLDICOMCachedIOTreeCacheMap. | |
qint64 | getDicomCachedIoTagCacheMaxNumBytes () const |
Returns the maximum cache size of the MLDICOMCachedIOTagCacheMap. | |
Public Member Functions | |
MLAccessDirectDicomImportWrapper (ml::AccessDirectDicomImportCache *addic) | |
Constructor. | |
~MLAccessDirectDicomImportWrapper () override | |
Destructor. | |
This class wraps MLAccessDirectDicomImportCache objects.
\script
Definition at line 28 of file mlAccessDirectDicomImportWrapper.h.
|
inline |
Constructor.
Definition at line 33 of file mlAccessDirectDicomImportWrapper.h.
|
override |
Destructor.
|
slot |
Adds an instance of a DICOMCachedIOFileHandlePythonPlugin to resolve filenames for a given file handle.
Returns the MLABDicomTag for the given dicom key in format.
Returns the MLABDicomTag for the given dicom tag name.
|
slot |
Returns the MLABDicomTree for the url specified in the urlField.
Returns the MLABDicomTree for given url.
|
slot |
Returns the maximum cache size of the MLDICOMCachedIOTagCacheMap.
|
slot |
Returns the maximum cache size of the MLDICOMCachedIOTreeCacheMap.
Returns the string representation of the DICOM tag.
Returns the string representation of the DICOM tag by given name.
Reads the Dicom Tag id's from a DPL config and prefetches these tags.
|
slot |
Removes the given instance of a DICOMCachedIOFileHandlePythonPlugin to resolve filenames for a given file handle.
Reads the Dicom Tag id's from a DPL config and sets these id's in the _tagsToPrefetchFld.
sets the url for the dicom tree.