]> Creatis software - gdcm.git/blob - src/gdcmElValue.cxx
3a8a7156929186f299ce44b58804f0d6e69705f6
[gdcm.git] / src / gdcmElValue.cxx
1 // gdcmElValue.cxx
2
3 #include "gdcm.h"
4
5 /**
6  * \ingroup gdcmElValue
7  * \brief   Constructor from a given gdcmDictEntry
8  * @param   in Pointer to existing dictionary entry
9  */
10 ElValue::ElValue(gdcmDictEntry* in) {
11         ImplicitVr = false;
12         entry = in;
13 }