]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.h
* src/gdcmDictEntry.h : now, the IsVRUnknown is correct
[gdcm.git] / src / gdcmVR.h
index 933e7f0f8bce82dac03c644b100439a492cb4321..bef9882b2d307df3e6bfc764d7a6d87e06127152 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmVR.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/28 03:10:58 $
-  Version:   $Revision: 1.14 $
+  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
@@ -49,6 +49,8 @@ public:
    bool IsVROfGdcmBinaryRepresentable(VRKey const & tested);
    bool IsVROfGdcmStringRepresentable(VRKey const & tested);
 
+   bool IsValidVR(VRKey const & key);
+
 private:
    VRHT vr;
 };