Class to represent an Entry in the Dict.
More...
#include <gdcmCSAHeaderDictEntry.h>
Class to represent an Entry in the Dict.
Does not really exist within the DICOM definition, just a way to minimize storage and have a mapping from gdcm::Tag to the needed information
- Note
- bla TODO FIXME: Need a PublicCSAHeaderDictEntry...indeed CSAHeaderDictEntry has a notion of retired which does not exist in PrivateCSAHeaderDictEntry...
- See also
- gdcm::Dict
- Examples
- MrProtocol.cxx.
◆ CSAHeaderDictEntry()
| gdcm::CSAHeaderDictEntry::CSAHeaderDictEntry |
( |
const char * |
name = "", |
|
|
VR const & |
vr = VR::INVALID, |
|
|
VM const & |
vm = VM::VM0, |
|
|
const char * |
desc = "" |
|
) |
| |
|
inline |
◆ GetDescription()
| const char * gdcm::CSAHeaderDictEntry::GetDescription |
( |
| ) |
const |
|
inline |
◆ GetName()
| const char * gdcm::CSAHeaderDictEntry::GetName |
( |
| ) |
const |
|
inline |
◆ GetVM()
| const VM & gdcm::CSAHeaderDictEntry::GetVM |
( |
| ) |
const |
|
inline |
◆ GetVR()
| const VR & gdcm::CSAHeaderDictEntry::GetVR |
( |
| ) |
const |
|
inline |
◆ operator<()
◆ SetDescription()
| void gdcm::CSAHeaderDictEntry::SetDescription |
( |
const char * |
desc | ) |
|
|
inline |
◆ SetName()
| void gdcm::CSAHeaderDictEntry::SetName |
( |
const char * |
name | ) |
|
|
inline |
◆ SetVM()
| void gdcm::CSAHeaderDictEntry::SetVM |
( |
VM const & |
vm | ) |
|
|
inline |
◆ SetVR()
| void gdcm::CSAHeaderDictEntry::SetVR |
( |
const VR & |
vr | ) |
|
|
inline |
◆ operator<<
The documentation for this class was generated from the following file: