]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.h
* src/gdcmDictEntry.h : now, the IsVRUnknown is correct
[gdcm.git] / src / gdcmVR.h
index 78eba77999fe5d5fd795cd3b9c12d05dc9a4ad32..bef9882b2d307df3e6bfc764d7a6d87e06127152 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmVR.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/27 21:28:56 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2005/01/06 13:35:38 $
+  Version:   $Revision: 1.15 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -23,6 +23,7 @@
 #include <map>
 #include <string>
 #include <iostream>
+
 namespace gdcm 
 {
 
@@ -48,6 +49,8 @@ public:
    bool IsVROfGdcmBinaryRepresentable(VRKey const & tested);
    bool IsVROfGdcmStringRepresentable(VRKey const & tested);
 
+   bool IsValidVR(VRKey const & key);
+
 private:
    VRHT vr;
 };