]> Creatis software - gdcm.git/commit
* Remove the Key information in Entry
authorregrain <regrain>
Wed, 19 Oct 2005 13:17:04 +0000 (13:17 +0000)
committerregrain <regrain>
Wed, 19 Oct 2005 13:17:04 +0000 (13:17 +0000)
commit9aa702d6397e3e490263a0791dd6c8ed2f3d1e83
tree2583d9e8a54d05dbde30a02cf5c7d076dcde017d
parent2ce6422178e709073fc24aa2e3d4f5069711cd18
   * Remove the Key information in Entry
   * Create a DicomEntry parent of DictEntry
   * Remap correctly the TagKey
   -- BeNours
13 files changed:
src/CMakeLists.txt
src/gdcmCommon.h
src/gdcmDicomEntry.cxx [new file with mode: 0644]
src/gdcmDicomEntry.h [new file with mode: 0644]
src/gdcmDictEntry.cxx
src/gdcmDictEntry.h
src/gdcmDocEntry.cxx
src/gdcmDocEntry.h
src/gdcmDocEntrySet.h
src/gdcmSQItem.h
src/gdcmSerieHelper.h
src/gdcmTagKey.h [new file with mode: 0644]
src/gdcmVRKey.h