From aaeee7164728ec0749a525f0c74274865712ec37 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 24 Jan 2005 16:10:49 +0000 Subject: [PATCH] Stage 3 of normalization : in order to avoid any missunderstanding while reading method names : - All the methods xxxEntry now deal with dicom Entries - Methods GetEntry splitted into GetEntryValue GetEntryBinArea - Method SetEntry renamed as SetEntryValue - Method SetEntryBinArea let as it was --- Doc/Website/News.html | 12 ++-- Example/BuildUpDicomDir.cxx | 16 ++--- Example/FindTags.cxx | 16 ++--- Example/PrintDicomDir.cxx | 46 +++++++------- Example/PrintFile.cxx | 8 +-- Example/PrintHeader.cxx | 6 +- Example/TestChangeHeader.cxx | 6 +- Example/TestPapyrus.cxx | 34 +++++------ Example/TestWrite.cxx | 6 +- Example/Write.cxx | 6 +- Example/WriteDicom.cxx | 14 ++--- Testing/TestAllEntryVerify.cxx | 6 +- Testing/TestChangeHeader.cxx | 22 +++---- Testing/TestCopyDicom.cxx | 7 +-- Testing/TestCopyRescaleDicom.cxx | 12 +--- Testing/TestDicomDir.cxx | 18 +++--- gdcmPython/testSuite.py | 4 +- src/gdcmBinEntry.cxx | 6 +- src/gdcmDicomDir.cxx | 18 +++--- src/gdcmDicomDirMeta.cxx | 10 ++-- src/gdcmDocEntry.cxx | 6 +- src/gdcmDocEntrySet.h | 6 +- src/gdcmDocument.cxx | 53 ++++++++-------- src/gdcmDocument.h | 12 ++-- src/gdcmElementSet.cxx | 17 +++--- src/gdcmElementSet.h | 12 +++- src/gdcmFile.cxx | 100 +++++++++++++++---------------- src/gdcmFileHelper.cxx | 34 +++++------ src/gdcmFileHelper.h | 14 ++--- src/gdcmRLEFramesInfo.cxx | 5 +- src/gdcmSQItem.cxx | 23 +++---- src/gdcmSQItem.h | 8 +-- src/gdcmSeqEntry.cxx | 6 +- src/gdcmSerieHeader.cxx | 6 +- src/gdcmValEntry.cxx | 14 ++--- 35 files changed, 293 insertions(+), 296 deletions(-) diff --git a/Doc/Website/News.html b/Doc/Website/News.html index b71265da..084ba4c6 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -18,15 +18,17 @@ @@ -40,7 +42,7 @@