]> Creatis software - gdcm.git/blobdiff - src/gdcmElValue.cxx
declaration de dcm2acr
[gdcm.git] / src / gdcmElValue.cxx
index bbcf731c7679d6f509b4f2218beb017e2dc15182..ecd680f10c0f8b69095ceda3e3e5ae2995297cad 100644 (file)
@@ -1,7 +1,13 @@
-#include "gdcm.h"
+// gdcmElValue.cxx
 
-void   ElValue::SetVR(string ValRep) { entry->SetVR(ValRep); }
-string ElValue::GetVR(void)   { return entry->GetVR(); }
+#include "gdcmElValue.h"
+
+
+/**
+ * \ingroup gdcmElValue
+ * \brief   Constructor from a given gdcmDictEntry
+ * @param   in Pointer to existing dictionary entry
+ */
 
 ElValue::ElValue(gdcmDictEntry* in) {
        ImplicitVr = false;