Class for representing a Macro.
More...
#include <gdcmMacro.h>
Class for representing a Macro.
- Note
- Attribute Macro: a set of Attributes that are described in a single table that is referenced by multiple Module or other tables.
- See Also
- Module
void gdcm::Macro::AddMacroEntry |
( |
const Tag & |
tag, |
|
|
const MacroEntry & |
module |
|
) |
| |
|
inline |
Will add a ModuleEntry direcly at root-level. See Macro for nested-included level.
void gdcm::Macro::Clear |
( |
| ) |
|
|
inline |
bool gdcm::Macro::FindMacroEntry |
( |
const Tag & |
tag | ) |
const |
Find or Get a ModuleEntry. ModuleEntry are either search are root-level or within nested-macro included in module.
const MacroEntry& gdcm::Macro::GetMacroEntry |
( |
const Tag & |
tag | ) |
const |
const char* gdcm::Macro::GetName |
( |
| ) |
const |
|
inline |
void gdcm::Macro::SetName |
( |
const char * |
name | ) |
|
|
inline |
bool gdcm::Macro::Verify |
( |
const DataSet & |
ds, |
|
|
Usage const & |
usage |
|
) |
| const |
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const Macro & |
_val |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: