]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDir.h
gdcmDocument::ReplaceOrCreateByNumber has now an extra parameter,
[gdcm.git] / src / gdcmDicomDir.h
index 4f80a6236ec69f271a1e2af20308ea5b6e84e252..ace71379bf604deba0fa2a078672d10c5180dde4 100644 (file)
@@ -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);