Computer Assited Medical Intervention Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
SomeDicomInfo Struct Reference

#include <DicomComponentExtension.h>

Public Attributes

QString bitsAllocated
 Used to know if we open char, short or int.
QCheckBox * desInterlace
 Check box to ask the user if he wants the temporal series volume de-interlaced or not.
QString highBit
 Big and Little endian information.
QString modality
 Modality (generally MR or CT)
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...
QCheckBox * openIt
 Check box to ask the user wether he/she wants to open this series or not.
QString protocolName
 How was the volume acquired.
QString seriesDescription
 Description of the series given by clinician.
QString studyDescription
 Description of the exam given by clinician.
QString rows
 Number of width, height and depth of the volume.
QString columns
QString slices

Member Data Documentation

QString SomeDicomInfo::bitsAllocated

Used to know if we open char, short or int.

Referenced by DicomComponentExtension::findAllDicomSeries().

QString SomeDicomInfo::columns
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 DicomComponentExtension::findAllDicomSeries().

QString SomeDicomInfo::modality

Modality (generally MR or CT)

Referenced by DicomComponentExtension::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 DicomComponentExtension::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 DicomComponentExtension::findAllDicomSeries().

QString SomeDicomInfo::rows

Number of width, height and depth of the volume.

Referenced by DicomComponentExtension::findAllDicomSeries().

QString SomeDicomInfo::seriesDescription

Description of the series given by clinician.

Referenced by DicomComponentExtension::findAllDicomSeries().

QString SomeDicomInfo::slices
QString SomeDicomInfo::studyDescription

Description of the exam given by clinician.

Referenced by DicomComponentExtension::findAllDicomSeries().


The documentation for this struct was generated from the following file: