Class for representing a Module.
More...
#include <gdcmModule.h>
Class for representing a Module.
- Note
- Module: A set of Attributes within an Information Entity or Normalized IOD which are logically related to each other.
- See Also
- Macro
- Examples:
- TraverseModules.cxx.
void gdcm::Module::AddMacro |
( |
const char * |
include | ) |
|
|
inline |
void gdcm::Module::AddModuleEntry |
( |
const Tag & |
tag, |
|
|
const ModuleEntry & |
module |
|
) |
| |
|
inline |
Will add a ModuleEntry direcly at root-level. See Macro for nested-included level.
void gdcm::Module::Clear |
( |
| ) |
|
|
inline |
bool gdcm::Module::FindModuleEntryInMacros |
( |
Macros const & |
macros, |
|
|
const Tag & |
tag |
|
) |
| const |
const ModuleEntry& gdcm::Module::GetModuleEntryInMacros |
( |
Macros const & |
macros, |
|
|
const Tag & |
tag |
|
) |
| const |
const char* gdcm::Module::GetName |
( |
| ) |
const |
|
inline |
void gdcm::Module::SetName |
( |
const char * |
name | ) |
|
|
inline |
bool gdcm::Module::Verify |
( |
const DataSet & |
ds, |
|
|
Usage const & |
usage |
|
) |
| const |
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const Module & |
_val |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: