GDCM
2.2.0
|
DICOMDIRGenerator class This is a STD-GEN-CD DICOMDIR generator. ref: PS 3.11-2008 Annex D (Normative) - General Purpose CD-R and DVD Interchange Profiles. More...
#include <gdcmDICOMDIRGenerator.h>
Public Types | |
typedef Directory::FilenamesType | FilenamesType |
typedef Directory::FilenameType | FilenameType |
Public Member Functions | |
DICOMDIRGenerator () | |
~DICOMDIRGenerator () | |
bool | Generate () |
Main function to generate the DICOMDIR. | |
File & | GetFile () |
void | SetDescriptor (const char *d) |
void | SetFile (const File &f) |
Set/Get file. The DICOMDIR file will be valid once a call to Generate has been done. | |
void | SetFilenames (FilenamesType const &fns) |
Set the list of filenames from which the DICOMDIR should be generated from. | |
void | SetRootDirectory (FilenameType const &root) |
Set the root directory from which the filenames should be considered. | |
Protected Member Functions | |
bool | AddImageDirectoryRecord () |
bool | AddPatientDirectoryRecord () |
bool | AddSeriesDirectoryRecord () |
bool | AddStudyDirectoryRecord () |
Scanner & | GetScanner () |
DICOMDIRGenerator class This is a STD-GEN-CD DICOMDIR generator. ref: PS 3.11-2008 Annex D (Normative) - General Purpose CD-R and DVD Interchange Profiles.
bool gdcm::DICOMDIRGenerator::AddImageDirectoryRecord | ( | ) | [protected] |
bool gdcm::DICOMDIRGenerator::AddPatientDirectoryRecord | ( | ) | [protected] |
bool gdcm::DICOMDIRGenerator::AddSeriesDirectoryRecord | ( | ) | [protected] |
bool gdcm::DICOMDIRGenerator::AddStudyDirectoryRecord | ( | ) | [protected] |
bool gdcm::DICOMDIRGenerator::Generate | ( | ) |
Main function to generate the DICOMDIR.
Scanner& gdcm::DICOMDIRGenerator::GetScanner | ( | ) | [protected] |
void gdcm::DICOMDIRGenerator::SetDescriptor | ( | const char * | d | ) |
void gdcm::DICOMDIRGenerator::SetFile | ( | const File & | f | ) |
Set/Get file. The DICOMDIR file will be valid once a call to Generate has been done.
void gdcm::DICOMDIRGenerator::SetFilenames | ( | FilenamesType const & | fns | ) |
Set the list of filenames from which the DICOMDIR should be generated from.
void gdcm::DICOMDIRGenerator::SetRootDirectory | ( | FilenameType const & | root | ) |
Set the root directory from which the filenames should be considered.