X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.h;h=5fc005d980b959f5f8e49d89798e027d84ec3984;hb=7e9537ac534af5c5b9c5231c1b7fdd7193c2255d;hp=1658bb493753a40015cd8f7f5f6a36b1cd0f1ebc;hpb=ac0c6624e5206f25f5adc7deb53f937e00e6e264;p=gdcm.git diff --git a/src/gdcmDictEntry.h b/src/gdcmDictEntry.h index 1658bb49..5fc005d9 100644 --- a/src/gdcmDictEntry.h +++ b/src/gdcmDictEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.h,v $ Language: C++ - Date: $Date: 2005/01/11 15:15:38 $ - Version: $Revision: 1.28 $ + Date: $Date: 2005/01/16 04:50:41 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -46,8 +46,13 @@ public: TagName const &vm = GDCM_UNKNOWN, TagName const &name = GDCM_UNKNOWN); +// Print + void Print(std::ostream &os = std::cout, std::string const &indent = ""); + +// Key creation static TagKey TranslateToKey(uint16_t group, uint16_t element); +// Content of DictEntry void SetVR(TagName const &vr); void SetVM(TagName const &vm);