|
Odil
A C++11 library for the DICOM standard
|
Entry in a dictionary of DICOM elements. More...
#include <ElementsDictionary.h>
Public Member Functions | |
| ElementsDictionaryEntry (std::string const &name="", std::string const &keyword="", std::string const &vr="", std::string const &vm="") | |
| Constructor. More... | |
Public Attributes | |
| std::string | name |
| Full name. More... | |
| std::string | keyword |
| Brief name. More... | |
| std::string | vr |
| Type. More... | |
| std::string | vm |
| Multiplicity. More... | |
Entry in a dictionary of DICOM elements.
| odil::ElementsDictionaryEntry::ElementsDictionaryEntry | ( | std::string const & | name = "", |
| std::string const & | keyword = "", |
||
| std::string const & | vr = "", |
||
| std::string const & | vm = "" |
||
| ) |
Constructor.
| std::string odil::ElementsDictionaryEntry::keyword |
Brief name.
| std::string odil::ElementsDictionaryEntry::name |
Full name.
| std::string odil::ElementsDictionaryEntry::vm |
Multiplicity.
| std::string odil::ElementsDictionaryEntry::vr |
Type.
1.8.13