Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions
itk::DCMTKSequence Class Reference

#include <Modules/CLI/PETStandardUptakeValueComputation/itkDCMTKFileReader.h>

Public Member Functions

int card ()
 
 DCMTKSequence ()
 
int GetElementCS (unsigned short group, unsigned short element, std::string &target, bool throwException=true)
 
int GetElementDS (unsigned short group, unsigned short element, std::string &target, bool throwException=true)
 
template<typename TType >
int GetElementDS (unsigned short group, unsigned short element, unsigned short count, TType *target, bool throwException)
 
int GetElementFD (unsigned short group, unsigned short element, double *&target, bool throwException=true)
 
int GetElementFD (unsigned short group, unsigned short element, double &target, bool throwException=true)
 
int GetElementSQ (unsigned short group, unsigned short element, DCMTKSequence &target, bool throwException=true)
 
int GetElementTM (unsigned short group, unsigned short element, std::string &target, bool throwException=true)
 
int GetSequence (unsigned long index, DCMTKSequence &target, bool throwException=true)
 
int GetStack (unsigned short group, unsigned short element, DcmStack *resultStack, bool throwException=true)
 
void SetDcmSequenceOfItems (DcmSequenceOfItems *seq)
 

Detailed Description

Definition at line 60 of file itkDCMTKFileReader.h.

Constructor & Destructor Documentation

◆ DCMTKSequence()

itk::DCMTKSequence::DCMTKSequence ( )
inline

Definition at line 63 of file itkDCMTKFileReader.h.

Member Function Documentation

◆ card()

int itk::DCMTKSequence::card ( )

◆ GetElementCS()

int itk::DCMTKSequence::GetElementCS ( unsigned short  group,
unsigned short  element,
std::string &  target,
bool  throwException = true 
)

◆ GetElementDS() [1/2]

int itk::DCMTKSequence::GetElementDS ( unsigned short  group,
unsigned short  element,
std::string &  target,
bool  throwException = true 
)

◆ GetElementDS() [2/2]

template<typename TType >
int itk::DCMTKSequence::GetElementDS ( unsigned short  group,
unsigned short  element,
unsigned short  count,
TType *  target,
bool  throwException 
)
inline

Get an array of data values, as contained in a DICOM DecimalString Item

Definition at line 95 of file itkDCMTKFileReader.h.

◆ GetElementFD() [1/2]

int itk::DCMTKSequence::GetElementFD ( unsigned short  group,
unsigned short  element,
double *&  target,
bool  throwException = true 
)

◆ GetElementFD() [2/2]

int itk::DCMTKSequence::GetElementFD ( unsigned short  group,
unsigned short  element,
double &  target,
bool  throwException = true 
)

◆ GetElementSQ()

int itk::DCMTKSequence::GetElementSQ ( unsigned short  group,
unsigned short  element,
DCMTKSequence target,
bool  throwException = true 
)

◆ GetElementTM()

int itk::DCMTKSequence::GetElementTM ( unsigned short  group,
unsigned short  element,
std::string &  target,
bool  throwException = true 
)

◆ GetSequence()

int itk::DCMTKSequence::GetSequence ( unsigned long  index,
DCMTKSequence target,
bool  throwException = true 
)

◆ GetStack()

int itk::DCMTKSequence::GetStack ( unsigned short  group,
unsigned short  element,
DcmStack *  resultStack,
bool  throwException = true 
)

◆ SetDcmSequenceOfItems()

void itk::DCMTKSequence::SetDcmSequenceOfItems ( DcmSequenceOfItems *  seq)

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