X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmVR.h;h=bef9882b2d307df3e6bfc764d7a6d87e06127152;hb=251590eb8bbe0635858d05909052d11c6a7ba490;hp=933e7f0f8bce82dac03c644b100439a492cb4321;hpb=2acff3170e22ce210f6e744a9aa5ce3bc9179b75;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; };