From: jpr Date: Mon, 11 Jul 2005 13:54:51 +0000 (+0000) Subject: Fix mistyping X-Git-Tag: Version1.2.bp~332 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c643e18743be206e0e35f8feebbdd78528ae0a63;p=gdcm.git Fix mistyping --- diff --git a/Example/PrintDicomDir.cxx b/Example/PrintDicomDir.cxx index 8c826049..ecb488e9 100644 --- a/Example/PrintDicomDir.cxx +++ b/Example/PrintDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PrintDicomDir.cxx,v $ Language: C++ - Date: $Date: 2005/07/11 10:13:17 $ - Version: $Revision: 1.26 $ + Date: $Date: 2005/07/11 13:54:51 $ + Version: $Revision: 1.27 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -145,6 +145,7 @@ int main(int argc, char* argv[]) while ( st ) { // on degouline les STUDY de ce patient std::cout << "--- Stud.descr:[" << st->GetEntryValue(0x0008, 0x1030) << "]"; // Study Description std::cout << " Stud.ID:[" << st->GetEntryValue(0x0020, 0x0010) << "]"; // Study ID + std::cout << std::endl; st = pa->GetNextStudy(); } pa = f->GetNextPatient();