From 1f395cbc93181939a4f440b8e8fd3e0ac4962f75 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 26 Oct 2005 06:34:03 +0000 Subject: [PATCH] Add comment on files with no "Transfer Syntax" --- src/gdcmDocument.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index fc405eef..5f6d1170 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -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() { -- 2.45.1