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.
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.
gdcm::DictEntry::DictEntry |
( |
const char * |
name = "" , |
|
|
const char * |
keyword = "" , |
|
|
VR const & |
vr = VR::INVALID , |
|
|
VM const & |
vm = VM::VM0 , |
|
|
bool |
ret = false |
|
) |
| |
|
inline |
const char* gdcm::DictEntry::GetKeyword |
( |
| ) |
const |
|
inline |
same as GetName but without spaces...
const char* gdcm::DictEntry::GetName |
( |
| ) |
const |
|
inline |
bool gdcm::DictEntry::GetRetired |
( |
| ) |
const |
|
inline |
const VM& gdcm::DictEntry::GetVM |
( |
| ) |
const |
|
inline |
const VR& gdcm::DictEntry::GetVR |
( |
| ) |
const |
|
inline |
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)
void gdcm::DictEntry::SetElementXX |
( |
bool |
v | ) |
|
|
inline |
Set whether element is shared in multiple elements (Source Image IDs typically)
void gdcm::DictEntry::SetGroupXX |
( |
bool |
v | ) |
|
|
inline |
Set whether element is shared in multiple groups (Curve/Overlay typically)
void gdcm::DictEntry::SetKeyword |
( |
const char * |
keyword | ) |
|
|
inline |
void gdcm::DictEntry::SetName |
( |
const char * |
name | ) |
|
|
inline |
void gdcm::DictEntry::SetRetired |
( |
bool |
retired | ) |
|
|
inline |
void gdcm::DictEntry::SetVM |
( |
VM const & |
vm | ) |
|
|
inline |
void gdcm::DictEntry::SetVR |
( |
const VR & |
vr | ) |
|
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const DictEntry & |
_val |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: