X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2FgdcmVR.h;h=bef9882b2d307df3e6bfc764d7a6d87e06127152;hb=0bbf3772212391cff69ed451c0a089279ee0c27c;hp=933e7f0f8bce82dac03c644b100439a492cb4321;hpb=9649936f884197f6f6260aae051d33729bce07d5;p=gdcm.git diff --git a/src/gdcmVR.h b/src/gdcmVR.h index 933e7f0f..bef9882b 100644 --- a/src/gdcmVR.h +++ b/src/gdcmVR.h @@ -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; };