]> Creatis software - gdcm.git/commitdiff
Fix comments
authorjpr <jpr>
Wed, 2 Mar 2005 17:15:52 +0000 (17:15 +0000)
committerjpr <jpr>
Wed, 2 Mar 2005 17:15:52 +0000 (17:15 +0000)
Example/exAnonymize.cxx
src/gdcmBinEntry.cxx
src/gdcmDicomDir.cxx

index baca6d7add4857458d0a22f59a206060a7f4233a..df651483ba04a755706f7fd9abb627d0ac68b3d8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exAnonymize.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/08 17:58:21 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2005/03/02 17:19:45 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -29,7 +29,7 @@ int main(int argc, char *argv[])
    gdcm::Debug::DebugOn();
    std::cout << "------------------------------------------------" << std::endl;
    std::cout << "Anonymize a full gdcm-readable  Dicom image"      << std::endl;
-   std::cout << " Warning : probabely segfaults if pixels are not "
+   std::cout << " Warning : probably segfaults if pixels are not "
           << " gdcm readable. Use exAnonymizeNoLoad"            << std::endl;
 
    if( argc < 3 )
index 0e677a4941651b331aba8ed6ea0c7ddf1be159aa..25748140d092289c461e169b2856c6ca1ab6dcd6 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBinEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/11 20:04:07 $
-  Version:   $Revision: 1.71 $
+  Date:      $Date: 2005/03/02 17:15:52 $
+  Version:   $Revision: 1.72 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -77,9 +77,9 @@ void BinEntry::WriteContent(std::ofstream *fp, FileType filetype)
    size_t lgr = GetLength();
    if (BinArea) // the binArea was *actually* loaded
    {
-   /// \todo  Probabely, the same operation will have to be done when we want 
-   ///        to write image with Big Endian Transfert Syntax, 
-   ///        and we are working on Little Endian Processor
+   /// \todo  Probably, the same operation should be done if we wanted 
+   ///        to write image with Big Endian Transfer Syntax, 
+   ///        while working on Little Endian Processor
 
 #if defined(GDCM_WORDS_BIGENDIAN) || defined(GDCM_FORCE_BIGENDIAN_EMULATION)
       /// \todo FIXME Right now, we only care of Pixels element
index 68f22e063bfc7b49927be3850530c965ee42de7a..97ad3707b89501d048b8560319bdce72985cd695 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/25 15:49:54 $
-  Version:   $Revision: 1.133 $
+  Date:      $Date: 2005/03/02 17:16:48 $
+  Version:   $Revision: 1.134 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -55,6 +55,7 @@
 // ----------------------------------------------------------------------------
 //
 //  Dicom PS 3.3 describes the relationship between Directory Records, as follow
+//    (see also PS 4.3, 2004, page 50 for Entity-Relationship model)
 //
 //  Directory Record Type      Directory Record Types which may be included
 //                                in the next lower-level directory Entity