]> Creatis software - gdcm.git/blob - src/gdcmElValue.cxx
Test of the cvspserver2. -- Frog
[gdcm.git] / src / gdcmElValue.cxx
1 #include "gdcmlib.h"
2
3 void   ElValue::SetVR(string ValRep) { entry->SetVR(ValRep); }
4 string ElValue::GetVR(void)   { return entry->GetVR(); }
5
6 ElValue::ElValue(gdcmDictEntry* in) { entry = in; }