]> Creatis software - gdcm.git/commitdiff
ENH: bad hack to be able to write dicom the way I want, sorry
authormalaterre <malaterre>
Fri, 3 Sep 2004 04:16:29 +0000 (04:16 +0000)
committermalaterre <malaterre>
Fri, 3 Sep 2004 04:16:29 +0000 (04:16 +0000)
src/gdcmDocument.h
src/gdcmElementSet.h

index 448d9803b86fdbf613874dd9472c68e2bb66a76e..fdbe8ba89c79901e8639e2856fe95beaaaf81821 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.h,v $
   Language:  C++
-  Date:      $Date: 2004/08/31 14:24:47 $
-  Version:   $Revision: 1.32 $
+  Date:      $Date: 2004/09/03 04:16:29 $
+  Version:   $Revision: 1.33 $
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -172,7 +172,7 @@ public:
    virtual std::string GetEntryByNumber  (uint16_t group, uint16_t elem);
    virtual std::string GetEntryVRByNumber(uint16_t group, uint16_t elem);
    virtual int     GetEntryLengthByNumber(uint16_t group, uint16_t elem);
-protected:
+//protected:
    virtual bool SetEntryByName  (std::string const & content, 
                                  std::string const & tagName);
    virtual bool SetEntryByNumber(std::string const & content,
index 0c1fd35774292797721591d22f5b86af39f60e85..985adfdc2082eb9f48551f4906bed23b3660ade8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2004/07/19 03:34:12 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2004/09/03 04:16:29 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -46,7 +46,7 @@ public:
 
    /// Accessor to \ref gdcmElementSet::tagHT
    // Do not expose this to user (public API) !
-   //TagDocEntryHT &GetEntry() { return TagHT; };
+   TagDocEntryHT &GetEntry() { return TagHT; };
 
 protected:
 // Variables