![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
#include <DicomItkComponentExtension.h>
Public Attributes | |
QString | bitsAllocated |
Used to know if we open char, short or int. More... | |
QCheckBox * | desInterlace |
Check box to ask the user if he wants the temporal series volume de-interlaced or not. More... | |
QString | highBit |
Big and Little endian information. More... | |
QString | modality |
Modality (generally MR or CT) More... | |
QString | numberOfTemporalPositions |
In case of temporal series, the volume are stored interlaced The temporal series volume are stored in only one volume in which the first slice is the first slice of the first temporal volume, the second slice is the first slice of the second temporal volume, the third slice is the first slice of the third temporal volume and so on the numberOfTemporalPositionsTh slice is the second slice of the first temporal series and so on... More... | |
QCheckBox * | openIt |
Check box to ask the user wether he/she wants to open this series or not. More... | |
QString | protocolName |
How was the volume acquired. More... | |
QString | seriesDescription |
Description of the series given by clinician. More... | |
QString | studyDescription |
Description of the exam given by clinician. More... | |
Number of width, height and depth of the volume | |
QString | rows |
QString | columns |
QString | slices |
QString SomeDicomInfo::bitsAllocated |
Used to know if we open char, short or int.
Referenced by DicomItkComponentExtension::findAllDicomSeries().
QString SomeDicomInfo::columns |
Referenced by DicomItkComponentExtension::findAllDicomSeries().
QCheckBox* SomeDicomInfo::desInterlace |
Check box to ask the user if he wants the temporal series volume de-interlaced or not.
QString SomeDicomInfo::highBit |
Big and Little endian information.
Referenced by DicomItkComponentExtension::findAllDicomSeries().
QString SomeDicomInfo::modality |
Modality (generally MR or CT)
Referenced by DicomItkComponentExtension::findAllDicomSeries().
QString SomeDicomInfo::numberOfTemporalPositions |
In case of temporal series, the volume are stored interlaced The temporal series volume are stored in only one volume in which the first slice is the first slice of the first temporal volume, the second slice is the first slice of the second temporal volume, the third slice is the first slice of the third temporal volume and so on the numberOfTemporalPositionsTh slice is the second slice of the first temporal series and so on...
This component will de-interlace the temporal series volume to create numberOfTemporalPositions temporal volumes.
Referenced by DicomItkComponentExtension::findAllDicomSeries(), and CompareInfo::operator()().
QCheckBox* SomeDicomInfo::openIt |
Check box to ask the user wether he/she wants to open this series or not.
QString SomeDicomInfo::protocolName |
How was the volume acquired.
Referenced by DicomItkComponentExtension::findAllDicomSeries().
QString SomeDicomInfo::rows |
Referenced by DicomItkComponentExtension::findAllDicomSeries().
QString SomeDicomInfo::seriesDescription |
Description of the series given by clinician.
Referenced by DicomItkComponentExtension::findAllDicomSeries().
QString SomeDicomInfo::slices |
Referenced by DicomItkComponentExtension::findAllDicomSeries().
QString SomeDicomInfo::studyDescription |
Description of the exam given by clinician.
Referenced by DicomItkComponentExtension::findAllDicomSeries().