X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexExtractCSATag.cxx;h=fff7c48f7b8bee09aa7fcd6a084c3fda4c7ba7a0;hb=88a0e8d8c47070a680d71eb6a7ac349993e81a5f;hp=9cca05809b8adc8d7b0971ca5f4de2780d9974c0;hpb=7c3ae7deb1ccc2107e93bd026b9477d23923b0c2;p=gdcm.git diff --git a/Example/exExtractCSATag.cxx b/Example/exExtractCSATag.cxx index 9cca0580..fff7c48f 100644 --- a/Example/exExtractCSATag.cxx +++ b/Example/exExtractCSATag.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exExtractCSATag.cxx,v $ Language: C++ - Date: $Date: 2007/09/11 12:54:49 $ - Version: $Revision: 1.1 $ + Date: $Date: 2007/09/11 12:56:11 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -233,8 +233,8 @@ static equ mapping[] = { { 4 , "FD" }, { 5 , "FL" }, { 6 , "IS" }, - { 7 , "SL" }, - { 8 , "SS" }, + { 7 , "SL" }, + { 8 , "SS" }, { 9 , "UL" }, { 10 , "US" }, { 16 , "CS" }, @@ -243,7 +243,7 @@ static equ mapping[] = { { 22 , "SH" }, { 23 , "ST" }, { 25 , "UI" }, - { 27 , "UT" }, + { 27 , "UT" } }; bool check_mapping(uint32_t syngodt, const char *vr)