X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDir.h;h=ace71379bf604deba0fa2a078672d10c5180dde4;hb=f7f4b2e2843f917ac08f9fdc58fc23ca44d8a14d;hp=4f80a6236ec69f271a1e2af20308ea5b6e84e252;hpb=3fd520b58c8d1939994de2c63cc038c3e7ac9522;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 4f80a623..ace71379 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2004/08/26 15:29:52 $ - Version: $Revision: 1.27 $ + Date: $Date: 2004/08/31 14:24:47 $ + Version: $Revision: 1.28 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -85,7 +85,7 @@ public: gdcmDicomDirPatient* NewPatient(); // Write - bool Write(std::string const & fileName); + bool WriteDicomDir(std::string const & fileName); /// Types of the gdcmObject within the gdcmDicomDir typedef enum @@ -116,8 +116,6 @@ private: void SetElements(std::string &path, VectDocument &list); void SetElement (std::string &path,gdcmDicomDirType type, gdcmDocument *header); - - void UpdateDirectoryRecordSequenceLength(); static bool HeaderLessThan(gdcmDocument *header1,gdcmDocument *header2);