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. | |
Public Attributes | |
std::string | name |
Full name. | |
std::string | keyword |
Brief name. | |
std::string | vr |
Type. | |
std::string | vm |
Multiplicity. | |
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.