X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSeqEntry.cxx;h=def82df69a2da92c627515c74cdb4ec3c3fe1503;hb=eb61ee414dacfa47afb6d1b64bbfb6bac6f86c2f;hp=9ce89bbc3e3e8196e922b6c2fed20e669f48b9c1;hpb=17ebda2271dd65565f512e835546b22c22ebbbb0;p=gdcm.git diff --git a/src/gdcmSeqEntry.cxx b/src/gdcmSeqEntry.cxx index 9ce89bbc..def82df6 100644 --- a/src/gdcmSeqEntry.cxx +++ b/src/gdcmSeqEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSeqEntry.cxx,v $ Language: C++ - Date: $Date: 2006/04/11 16:03:26 $ - Version: $Revision: 1.66 $ + Date: $Date: 2006/04/13 08:05:52 $ + Version: $Revision: 1.67 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -54,7 +54,7 @@ SeqEntry::SeqEntry( uint16_t group,uint16_t elem ) */ SeqEntry::SeqEntry( DocEntry *e, int depth ) //: DocEntry( e->GetDictEntry() ) - : DocEntry( e->GetGroup(), e->GetElement(), e->GetVR() ) + : DocEntry( e->GetGroup(), e->GetElement(), "SQ" /*e->GetVR()*/ ) { Length = 0; ReadLength = 0xffffffff;