Odil
A C++11 library for the DICOM standard
Public Member Functions | Public Attributes | List of all members
odil::UIDsDictionaryEntry Struct Reference

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. More...
 

Public Attributes

std::string name
 Full name. More...
 
std::string keyword
 Brief name. More...
 
std::string type
 Category. More...
 

Detailed Description

Entry in a dictionary of DICOM UIDs.

Constructor & Destructor Documentation

◆ UIDsDictionaryEntry()

odil::UIDsDictionaryEntry::UIDsDictionaryEntry ( std::string const &  name = "",
std::string const &  keyword = "",
std::string const &  type = "" 
)

Constructor.

Member Data Documentation

◆ keyword

std::string odil::UIDsDictionaryEntry::keyword

Brief name.

◆ name

std::string odil::UIDsDictionaryEntry::name

Full name.

◆ type

std::string odil::UIDsDictionaryEntry::type

Category.


The documentation for this struct was generated from the following file: