]> Creatis software - gdcm.git/commit
* src/ : rename some methods on Entry (SetXxx, InsertXxx) to have a better
authorregrain <regrain>
Tue, 25 Jan 2005 15:44:21 +0000 (15:44 +0000)
committerregrain <regrain>
Tue, 25 Jan 2005 15:44:21 +0000 (15:44 +0000)
commitce8913daafe02955368fd2f07e777e86824467cc
tree6f931eb898e383dd644d419114f7c380941a29e7
parent61dce3d18abc2aeb8717d1b3b05e2591ce77e432
   * src/ : rename some methods on Entry (SetXxx, InsertXxx) to have a better
     use with python. Some methods ard moved from Document to ElementSet or
     DocEntrySet. The equivalent methods to ElementSet have been added to
     SQItem and are virtual in DocEntrySet. Methods that may have the same code
     in SQItem and ElementSet is directly placed in DocEntrySet
   -- BeNours
28 files changed:
ChangeLog
Example/BuildUpDicomDir.cxx
Example/FindTags.cxx
Example/TestChangeHeader.cxx
Example/TestCopyDicom.cxx
Example/TestFromScratch.cxx
Example/TestPapyrus.cxx
Example/WriteDicom.cxx
Example/WriteDicomSimple.cxx
Testing/TestCopyDicom.cxx
Testing/TestCopyRescaleDicom.cxx
Testing/TestWriteSimple.cxx
src/gdcmDicomDir.cxx
src/gdcmDicomDirPatient.cxx
src/gdcmDicomDirSerie.cxx
src/gdcmDicomDirStudy.cxx
src/gdcmDocEntrySet.cxx
src/gdcmDocEntrySet.h
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmElementSet.cxx
src/gdcmElementSet.h
src/gdcmFile.cxx
src/gdcmFileHelper.cxx
src/gdcmFileHelper.h
src/gdcmSQItem.cxx
src/gdcmSQItem.h
vtk/vtkGdcmWriter.cxx