]> Creatis software - gdcm.git/commitdiff
Add comment on files with no "Transfer Syntax"
authorjpr <jpr>
Wed, 26 Oct 2005 06:34:03 +0000 (06:34 +0000)
committerjpr <jpr>
Wed, 26 Oct 2005 06:34:03 +0000 (06:34 +0000)
src/gdcmDocument.cxx

index fc405eef2fa89450ea156c66e756ad751e0eba5a..5f6d117066a1b0b01e0bc889ccc336bcad3df691 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/10/26 06:09:34 $
-  Version:   $Revision: 1.308 $
+  Date:      $Date: 2005/10/26 06:34:03 $
+  Version:   $Revision: 1.309 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -386,7 +386,8 @@ FileType Document::GetFileType()
  * \brief   Accessor to the Transfer Syntax (when present) of the
  *          current document (it internally handles reading the
  *          value from disk when only parsing occured).
- * @return  The encountered Transfer Syntax of the current document.
+ * @return  The encountered Transfer Syntax of the current document, if DICOM.
+ *          GDCM_UNKNOWN for ACR-NEMA files (or broken headers ...)
  */
 std::string Document::GetTransferSyntax()
 {