From: jpr Date: Wed, 26 Oct 2005 06:34:03 +0000 (+0000) Subject: Add comment on files with no "Transfer Syntax" X-Git-Tag: OpenJPEG.Version1.2~160 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1f395cbc93181939a4f440b8e8fd3e0ac4962f75;hp=01b8a6a38ef3eb36670dada5f3abc48b09692db4;p=gdcm.git Add comment on files with no "Transfer Syntax" --- 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() {