|
Odil
A C++11 library for the DICOM standard
|
Entry in a dictionary of DICOM UIDs. More...
#include <UIDsDictionary.h>
Public Member Functions | |
| UIDsDictionaryEntry (std::string const &name="", std::string const &keyword="", std::string const &type="") | |
| Constructor. | |
Public Attributes | |
| std::string | name |
| Full name. | |
| std::string | keyword |
| Brief name. | |
| std::string | type |
| Category. | |
Entry in a dictionary of DICOM UIDs.
| odil::UIDsDictionaryEntry::UIDsDictionaryEntry | ( | std::string const & | name = "", |
| std::string const & | keyword = "", | ||
| std::string const & | type = "" ) |
Constructor.
| std::string odil::UIDsDictionaryEntry::keyword |
Brief name.
| std::string odil::UIDsDictionaryEntry::name |
Full name.
| std::string odil::UIDsDictionaryEntry::type |
Category.