The Dcmtk_series object encapsulates a set of Dcmtk_file objects which belong to a single series.
More...
#include <dcmtk_series.h>
|
Dcmtk_series_private * | d_ptr |
|
The Dcmtk_series object encapsulates a set of Dcmtk_file objects which belong to a single series.
◆ Dcmtk_series()
Dcmtk_series::Dcmtk_series |
( |
| ) |
|
◆ ~Dcmtk_series()
Dcmtk_series::~Dcmtk_series |
( |
| ) |
|
◆ debug()
void Dcmtk_series::debug |
( |
void | | ) |
const |
◆ get_cstr()
const char * Dcmtk_series::get_cstr |
( |
const DcmTagKey & | tag_key | ) |
const |
◆ get_dataset()
DcmDataset * Dcmtk_series::get_dataset |
( |
void | | ) |
const |
Return the DCMTK DcmDataset associated with the first file in the series.
◆ get_dcmtk_file()
◆ get_flist()
◆ get_int16_array()
bool Dcmtk_series::get_int16_array |
( |
const DcmTagKey & | tag_key, |
|
|
const int16_t ** | val, |
|
|
unsigned long * | count ) const |
◆ get_modality()
std::string Dcmtk_series::get_modality |
( |
void | | ) |
const |
◆ get_number_of_files()
size_t Dcmtk_series::get_number_of_files |
( |
void | | ) |
const |
◆ get_referenced_uid()
std::string Dcmtk_series::get_referenced_uid |
( |
void | | ) |
const |
◆ get_sequence()
bool Dcmtk_series::get_sequence |
( |
const DcmTagKey & | tag_key, |
|
|
DcmSequenceOfItems *& | seq ) const |
◆ get_string()
std::string Dcmtk_series::get_string |
( |
const DcmTagKey & | tag_key | ) |
const |
◆ get_uint16()
bool Dcmtk_series::get_uint16 |
( |
const DcmTagKey & | tag_key, |
|
|
uint16_t * | val ) const |
◆ get_uint16_array()
bool Dcmtk_series::get_uint16_array |
( |
const DcmTagKey & | tag_key, |
|
|
const uint16_t ** | val, |
|
|
unsigned long * | count ) const |
◆ insert()
◆ set_rt_study_metadata()
◆ sort()
void Dcmtk_series::sort |
( |
void | | ) |
|
◆ d_ptr
Dcmtk_series_private* Dcmtk_series::d_ptr |
The documentation for this class was generated from the following files: