Odil
A C++11 library for the DICOM standard
Classes | Namespaces | Macros
VRTraits.h File Reference
#include <vector>
#include <dcmtk/config/osconfig.h>
#include <dcmtk/dcmdata/dcvr.h>
Include dependency graph for VRTraits.h:

Go to the source code of this file.

Classes

struct  odil::dcmtk::VRTraits< VR >
 

Namespaces

 odil
 
 odil::dcmtk
 

Macros

#define DECLARE_VR_TRAITS(vr, value_type)
 

Macro Definition Documentation

◆ DECLARE_VR_TRAITS

#define DECLARE_VR_TRAITS (   vr,
  value_type 
)
Value:
\
template<> \
struct VRTraits<vr> \
{ \ \
typedef value_type ValueType; \
};
VRTraits
Information related to VR.
odil::registry::ValueType
const Tag ValueType(0x0040, 0xa040)