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 <gdcmCSAHeaderDictEntry.h>
List of all members.
Detailed Description
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.
Constructor & Destructor Documentation
gdcm::CSAHeaderDictEntry::CSAHeaderDictEntry |
( |
const char * |
name = "" , |
|
|
VR const & |
vr = VR::INVALID , |
|
|
VM const & |
vm = VM::VM0 , |
|
|
const char * |
desc = "" |
|
) |
| |
|
inline |
Member Function Documentation
const char* gdcm::CSAHeaderDictEntry::GetDescription |
( |
| ) |
const |
|
inline |
const char* gdcm::CSAHeaderDictEntry::GetName |
( |
| ) |
const |
|
inline |
const VM& gdcm::CSAHeaderDictEntry::GetVM |
( |
| ) |
const |
|
inline |
const VR& gdcm::CSAHeaderDictEntry::GetVR |
( |
| ) |
const |
|
inline |
void gdcm::CSAHeaderDictEntry::SetDescription |
( |
const char * |
desc | ) |
|
|
inline |
void gdcm::CSAHeaderDictEntry::SetName |
( |
const char * |
name | ) |
|
|
inline |
void gdcm::CSAHeaderDictEntry::SetVM |
( |
VM const & |
vm | ) |
|
|
inline |
void gdcm::CSAHeaderDictEntry::SetVR |
( |
const VR & |
vr | ) |
|
|
inline |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: