X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntryArchive.h;h=98d30d7df25d472dd5029c4c863e3f361dfbdaf1;hb=7e9537ac534af5c5b9c5231c1b7fdd7193c2255d;hp=1f068b4cdce1c4900092549c087065a53880b724;hpb=ba78e6c6d47d6db1528e8e88e5ebde7296a26692;p=gdcm.git diff --git a/src/gdcmDocEntryArchive.h b/src/gdcmDocEntryArchive.h index 1f068b4c..98d30d7d 100644 --- a/src/gdcmDocEntryArchive.h +++ b/src/gdcmDocEntryArchive.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntryArchive.h,v $ Language: C++ - Date: $Date: 2004/12/03 20:16:58 $ - Version: $Revision: 1.3 $ + Date: $Date: 2005/01/11 15:15:38 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -25,14 +25,13 @@ namespace gdcm { //----------------------------------------------------------------------------- -/* - * /brief Container - * +/** + * \brief Container * It's goal is to change the Header correctly. At this time, the change is * only made for the first level of the Document. In the future, it might - * consider sequences. + * consider Dicom Sequences (SeqEntry, within any SQItem). * The change is made by replacing a DocEntry by an other that is created - * outside the class. The old value is kept. When we restore the header + * outside the class. The old value is kept. When we restore the Header * status, the added DocEntry is deleted and replaced by the old value. */ class GDCM_EXPORT DocEntryArchive