Class for representing a Module.
More...
#include <gdcmModule.h>
List of all members.
Detailed Description
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.
Member Typedef Documentation
Constructor & Destructor Documentation
gdcm::Module::Module |
( |
) |
[inline] |
Member Function Documentation
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 |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const Module & |
_val |
|
) |
| [friend] |
The documentation for this class was generated from the following file: