Class to represent an Entry in the Dict.
More...
#include <gdcmDictEntry.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 PublicDictEntry...indeed DictEntry has a notion of retired which does not exist in PrivateDictEntry...
- See also
- gdcm::Dict
- Examples
- GenAllVR.cxx, GenFakeIdentifyFile.cxx, PublicDict.cxx, and TraverseModules.cxx.
◆ DictEntry()
| gdcm::DictEntry::DictEntry |
( |
const char * |
name = "", |
|
|
const char * |
keyword = "", |
|
|
VR const & |
vr = VR::INVALID, |
|
|
VM const & |
vm = VM::VM0, |
|
|
bool |
ret = false |
|
) |
| |
|
inline |
◆ GetKeyword()
| const char * gdcm::DictEntry::GetKeyword |
( |
| ) |
const |
|
inline |
same as GetName but without spaces...
◆ GetName()
| const char * gdcm::DictEntry::GetName |
( |
| ) |
const |
|
inline |
◆ GetRetired()
| bool gdcm::DictEntry::GetRetired |
( |
| ) |
const |
|
inline |
◆ GetVM()
| const VM & gdcm::DictEntry::GetVM |
( |
| ) |
const |
|
inline |
◆ GetVR()
| const VR & gdcm::DictEntry::GetVR |
( |
| ) |
const |
|
inline |
◆ IsUnique()
| bool gdcm::DictEntry::IsUnique |
( |
| ) |
const |
|
inline |
Return whether the name of the DataElement can be considered to be unique. As of 2008 all elements name were unique (except the expclitely 'XX' ones)
◆ SetElementXX()
| void gdcm::DictEntry::SetElementXX |
( |
bool |
v | ) |
|
|
inline |
Set whether element is shared in multiple elements (Source Image IDs typically)
◆ SetGroupXX()
| void gdcm::DictEntry::SetGroupXX |
( |
bool |
v | ) |
|
|
inline |
Set whether element is shared in multiple groups (Curve/Overlay typically)
◆ SetKeyword()
| void gdcm::DictEntry::SetKeyword |
( |
const char * |
keyword | ) |
|
|
inline |
◆ SetName()
| void gdcm::DictEntry::SetName |
( |
const char * |
name | ) |
|
|
inline |
◆ SetRetired()
| void gdcm::DictEntry::SetRetired |
( |
bool |
retired | ) |
|
|
inline |
◆ SetVM()
| void gdcm::DictEntry::SetVM |
( |
VM const & |
vm | ) |
|
|
inline |
◆ SetVR()
| void gdcm::DictEntry::SetVR |
( |
const VR & |
vr | ) |
|
|
inline |
◆ Dict
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
_os, |
|
|
const DictEntry & |
_val |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: