Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
odil::ElementsDictionaryEntry Struct Reference

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.
 

Detailed Description

Entry in a dictionary of DICOM elements.

Constructor & Destructor Documentation

◆ ElementsDictionaryEntry()

odil::ElementsDictionaryEntry::ElementsDictionaryEntry ( std::string const &  name = "",
std::string const &  keyword = "",
std::string const &  vr = "",
std::string const &  vm = "" 
)

Constructor.

Member Data Documentation

◆ keyword

std::string odil::ElementsDictionaryEntry::keyword

Brief name.

◆ name

std::string odil::ElementsDictionaryEntry::name

Full name.

◆ vm

std::string odil::ElementsDictionaryEntry::vm

Multiplicity.

◆ vr

std::string odil::ElementsDictionaryEntry::vr

Type.


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