Developer documentation
Version 3.0.3-105-gd3941f44
MR::File::Dicom Namespace Reference

Classes

class  CSAEntry
 
class  Date
 
class  Element
 
class  Frame
 
class  Image
 
class  Patient
 
class  QuickScan
 
class  Sequence
 
class  Series
 
class  Study
 
class  Time
 
class  Tree
 

Functions

std::string format_date (const std::string &date)
 
std::string format_time (const std::string &time)
 
std::string format_ID (const std::string &ID)
 
std::unique_ptr< MR::ImageIO::Basedicom_to_mapper (MR::Header &H, vector< std::shared_ptr< Series > > &series)
 
std::ostream & operator<< (std::ostream &stream, const Patient &item)
 
std::ostream & operator<< (std::ostream &stream, const QuickScan &file)
 
std::ostream & operator<< (std::ostream &stream, const Study &item)
 
std::ostream & operator<< (std::ostream &stream, const Tree &item)
 

Variables

vector< std::shared_ptr< Series > >(* select_func )(const Tree &tree)
 

Function Documentation

◆ dicom_to_mapper()

std::unique_ptr< MR::ImageIO::Base > MR::File::Dicom::dicom_to_mapper ( MR::Header H,
vector< std::shared_ptr< Series > > &  series 
)

◆ format_date()

std::string MR::File::Dicom::format_date ( const std::string &  date)
inline

Definition at line 66 of file definitions.h.

◆ format_ID()

std::string MR::File::Dicom::format_ID ( const std::string &  ID)
inline

Definition at line 84 of file definitions.h.

◆ format_time()

std::string MR::File::Dicom::format_time ( const std::string &  time)
inline

Definition at line 75 of file definitions.h.

◆ operator<<() [1/4]

std::ostream & MR::File::Dicom::operator<< ( std::ostream &  stream,
const Patient item 
)

◆ operator<<() [2/4]

std::ostream & MR::File::Dicom::operator<< ( std::ostream &  stream,
const QuickScan file 
)

◆ operator<<() [3/4]

std::ostream & MR::File::Dicom::operator<< ( std::ostream &  stream,
const Study item 
)

◆ operator<<() [4/4]

std::ostream & MR::File::Dicom::operator<< ( std::ostream &  stream,
const Tree item 
)

Variable Documentation

◆ select_func

vector< std::shared_ptr< Series > >(* MR::File::Dicom::select_func) (const Tree &tree) ( const Tree tree)
extern