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
◆ ArrayIncludeMacrosType
◆ MapModuleEntry
◆ Macro()
◆ AddMacroEntry()
| void gdcm::Macro::AddMacroEntry |
( |
const Tag & |
tag, |
|
|
const MacroEntry & |
module |
|
) |
| |
|
inline |
Will add a ModuleEntry directly at root-level. See Macro for nested-included level.
◆ Clear()
| void gdcm::Macro::Clear |
( |
| ) |
|
|
inline |
◆ FindMacroEntry()
| 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.
◆ GetMacroEntry()
| const MacroEntry & gdcm::Macro::GetMacroEntry |
( |
const Tag & |
tag | ) |
const |
◆ GetName()
| const char * gdcm::Macro::GetName |
( |
| ) |
const |
|
inline |
◆ SetName()
| void gdcm::Macro::SetName |
( |
const char * |
name | ) |
|
|
inline |
◆ Verify()
| bool gdcm::Macro::Verify |
( |
const DataSet & |
ds, |
|
|
Usage const & |
usage |
|
) |
| const |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
_os, |
|
|
const Macro & |
_val |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: