X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FReWrite.cxx;h=1aa4b8f9075f8b7d965fac783ad03d8ff120f6b3;hb=50828e5995f7bd7e41291316beb39b301e60342e;hp=131c687fb9f2cae212ec36f57710a8c81448fed9;hpb=f746c4740d107bba67f517bc59544b5b1f1844ed;p=gdcm.git diff --git a/Example/ReWrite.cxx b/Example/ReWrite.cxx index 131c687f..1aa4b8f9 100644 --- a/Example/ReWrite.cxx +++ b/Example/ReWrite.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: ReWrite.cxx,v $ Language: C++ - Date: $Date: 2005/10/17 10:29:32 $ - Version: $Revision: 1.12 $ + Date: $Date: 2005/10/18 08:35:43 $ + Version: $Revision: 1.13 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -150,7 +150,7 @@ int main(int argc, char *argv[]) << " SampleserPixel=" << sPP << " PlanarConfiguration=" << planarConfig << " PhotometricInterpretation=" - << f->GetEntryValue(0x0028,0x0004) + << f->GetEntryString(0x0028,0x0004) << std::endl; int numberOfScalarComponents=f->GetNumberOfScalarComponents();